.swiper-container {
    width: 100%;
    height: 300px;
}

.swiper-thumbnails {
    display: inline-block;
	height: 100px;
    width: 100%;
}

.swiper-thumbnails lazy-image {
    float: right;
    width: 16.6666%;
}

.swiper-thumbnails img {
    float: right;
	width: 16.666%;
}

.swiper-wrapper .lf-image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.swiper-wrapper .lf-image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
