
.wp-block[data-type="meta-box/block-carousel-images-with-menu"]{
    max-width: 100%
}
.wp-block[data-type="meta-box/block-carousel-images-with-menu"] .swiper-slide{
    position: relative;
}
.wp-block[data-type="meta-box/block-carousel-images-with-menu"] .swiper-slide:not(:first-child){
    display: none;
}
.wp-block[data-type="meta-box/block-carousel-images-with-menu"] .ciwm .swiper-slide .ciwm-button {
    left: 60px;
}
.wp-block[data-type="meta-box/block-carousel-images-with-menu"] .ciwm .swiper-slide .ciwm-button .btn-primary{
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-weight: bold !important;
    font-size: 13px !important;
    color: #3F3D36 !important;
    background-color: #EAEA95 !important;
    border: 1px solid #EAEA95 !important;
    border-radius: 4px !important;
    padding: 12px 30px !important;
    text-decoration: none;
}
.ciwm{
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.ciwm .swiper-container{
    position: relative;
}
.ciwm .swiper-pagination{
    top: 0px;
    bottom: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.ciwm .swiper-pagination:before{
    content:"";
    width: 100%;
    height: 100%;
    background-color: #3F3D36;
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
}
.ciwm .swiper-pagination .swiper-pagination-bullet{
    width: auto;
    height: auto;
    background: none;
    padding: 20px 35px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    font-size: 13px;
    color: white;
    position: relative;
    z-index: 2;
    opacity: 0.6;
}
.ciwm .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    font-weight: bold;
    text-decoration: underline;
}
.ciwm .swiper-slide{
    position: relative;
}
.ciwm .swiper-slide .ciwm-button{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 80px;
}


@media (min-width: 0px) and (max-width: 480px){
    .ciwm .swiper-slide,
    .ciwm .swiper-slide img{
        height: 600px;
        object-fit: cover;
    }
    .ciwm .ciwm-button .btn-primary{
        padding: 12px !important;
    }
    .ciwm .swiper-pagination{
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto; 
        width: 100%;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch; 
        background-color: rgba(63, 61, 54, 0.6);
    }
    .ciwm .swiper-pagination:before{
        display: none;
    }
    .ciwm .swiper-pagination .swiper-pagination-bullet{
        white-space: nowrap;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    .ciwm .swiper-slide,
    .ciwm .swiper-slide img{
        height: 600px;
        object-fit: cover;
    }
    .ciwm .ciwm-button .btn-primary{
        padding: 12px !important;
    }
    .ciwm .swiper-pagination{
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto; 
        width: 100%;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch; 
        background-color: rgba(63, 61, 54, 0.6);
    }
    .ciwm .swiper-pagination:before{
        display: none;
    }
    .ciwm .swiper-pagination .swiper-pagination-bullet{
        white-space: nowrap;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    .ciwm .swiper-slide,
    .ciwm .swiper-slide img{
        height: 600px;
        object-fit: cover;
    }
    .ciwm .ciwm-button .btn-primary{
        padding: 12px !important;
    }
    .ciwm .swiper-pagination{
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto; 
        width: 100%;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch; 
        background-color: rgba(63, 61, 54, 0.6);
    }
    .ciwm .swiper-pagination:before{
        display: none;
    }
    .ciwm .swiper-pagination .swiper-pagination-bullet{
        white-space: nowrap;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .ciwm .swiper-slide,
    .ciwm .swiper-slide img{
        height: 600px;
        object-fit: cover;
    }
    .ciwm .ciwm-button .btn-primary{
        padding: 12px 15px !important;
    }
    .ciwm .swiper-pagination{
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto; 
        width: 100%;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch; 
        background-color: rgba(63, 61, 54, 0.6);
    }
    .ciwm .swiper-pagination:before{
        display: none;
    }
    .ciwm .swiper-pagination .swiper-pagination-bullet{
        white-space: nowrap;
    }
}