.stp-product-image-slider {
    height: 500px;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-wrapper {
    position: relative;
    height: 400px;
}

.swiper-slide {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

p.swiper-caption {
    position: absolute;
    left: 1rem;
    bottom: 0rem;
    background-color: rgba(255,255,255,0.8);
    padding: 1rem;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    overflow: hidden;
    background-size: cover;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-wrapper {
    height: 100px;
}

@media screen and (max-width: 460px) {
    p.swiper-caption {
        position: static;
        background-color: rgba(255,255,255,0.2);
        margin-bottom: 2rem;
        width: 100%;
    }
}