/* Created by Content Blocks */
:root {
    --swiper-theme-color: #E53C21;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {

}

.mySwiper {
    /*height: 20%;*/
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper {
    width: auto;
    height: auto;
    cursor: pointer;
}

.swiper-thumbs {
    margin-top: 10px;
}
