.smallshop-carousel .carousel-inner {
    justify-content: center;
    display: flex;
    height: 200px;
}

.smsh-shop .reverse {
    flex-direction: column-reverse;
}

.smallshop-carousel .carousel-item img{
    height: 200px;
}

.smsh-item-thumbnail {
    height: 200px;
}

.smallshop-carousel .modal-img {

    max-width: 700px;
    max-height:600px;
}

.smallshop-carousel .carousel-control-prev, .smallshop-carousel .carousel-control-next {
     position: absolute;
    background-color: transparent;
    border: none;
}


.smallshop-carousel .carousel-item {
    right:25%;
}

.smsh-shop .modal-dialog {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}