#expViewCarousel{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.expensiveViewsGradient{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.847) 0%, rgba(0, 0, 0, 0) 30%), none;
    z-index: 1;
    pointer-events: none;
}


.f-carousel__nav, .f-carousel__dots{
    display: none;
}


#expansiveViewsCounter{
    margin: 0 1em;
    display: inline-block;
}

.expensiveViewsLabels, .expensiveViewsImage{
    position: absolute;
    /* top:0;
    left:0; */
    width: 100%;
    height:inherit;
    object-fit: cover;
}
.expensiveViewsLabels{
    z-index: 1;
}


.f-carousel__slide>div{
    width: 100%;
    height: 100%;
}