.webia_cottages__gallery{position:relative}
.webia_cottages__gallery__item{
    max-height:75vh;
    display:block
}
.webia_cottages__gallery__item {
    max-height: 75vh;
    margin-top: 100px;
}
@media screen and (min-width: 560px){
    .webia_cottages__gallery__item {
        margin-left: 20px;
        height: 600px !important;
        overflow: hidden;
        width: calc(100% - 20px) !important;
    }
}
.webia_cottages__gallery__item img{
    height:100%;
    object-fit:cover;
    width:100%
}
.webia_cottages__gallery__thumb{
    max-height: 20vh;
    display: block;
    overflow: hidden;
    margin: 16px 8px 16px 8px;
    width: calc(100% - 16px) !important;
}
.slick-current .webia_cottages__gallery__thumb{
    box-shadow:rgba(0,0,0,0.24) 0px 3px 8px
}
@media screen and (max-width: 804px){
    .webia_cottages__gallery__thumb{margin:8px 4px 8px 4px}
}
.webia_cottages__gallery .slick-arrow{position:absolute;top:50%;z-index:3}
.webia_cottages__gallery .slick-prev,.webia_cottages__gallery .slick-prev:focus{
    left:1rem
}
.webia_cottages__gallery .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.webia_cottages__gallery .slick-next,.webia_cottages__gallery .slick-next:focus{
    left:calc(100% - 1rem);transform:translate(-100%, -50%)
}
.webia_cottages__gallery__thumbnails{
    max-width:700px;margin:0 auto
}
.webia_cottages__gallery__thumbnails .slick-arrow{
    height:50px;width:30px
}
.webia_cottages__gallery__thumbnails .slick-arrow:focus{
    height:50px;width:30px
}
