/** BLOCK - CAROSELLO GALLERY **/
.wp-block-column .ibh_gallery {
    margin: 0;
}
.ibh_gallery {
    margin: 20px 0 40px;
}
.ibh_gallery .owl-carousel {
    width: 100%; max-width: 800px;
    position: relative;
    overflow: visible;
}
.ibh_gallery .carousel_container {
    position: relative; max-width: 800px;
}
.ibh_gallery .carousel_container .carousel_counter {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
    font-size: 30px;
    line-height: 41px;
    color: #FFF;
}
.ibh_gallery a.img {
    text-decoration: none;
    border-radius: 4px;
}
.ibh_gallery a.img > img { width: 100%; object-fit: cover; border-radius: 4px; }
.ibh_gallery .owl-prev, .ibh_gallery .owl-next {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    opacity: 0.5;
}
.ibh_gallery .owl-prev {
    left: 10px;
}
.ibh_gallery .owl-next {
    right: 10px;
}
.ibh_gallery .owl-prev:hover, .ibh_gallery .owl-next:hover {
    opacity: 1;
}
@media screen and (max-width:960px) {
    .wp-block-column .ibh_gallery {
        margin: 0 0 10px;
    }
    .ibh_gallery {
        margin: 10px 0 20px;
    }
}