.fullvh-gallery {
width: 100vw !important;
height: calc(var(--vh, 1vh) * 100) !important;
overflow: hidden;
}
.fullvh-gallery .t-slds__items-wrapper,
.fullvh-gallery .t-slds__item,
.fullvh-gallery .t-slds__col,
.fullvh-gallery .t-slds__bgimg,
.fullvh-gallery img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}