.bjm-logo-carousel-wrapper-outer{
    transition: opacity 1.5s 0.5s;
    padding:20px 0px;
    
    opacity:0;
}

body.body-loaded .bjm-logo-carousel-wrapper-outer{
    opacity: 1;
}

.bjm-logo-carousel-wrapper-outer .bjm-logo-carousel-wrapper{

    width:100%;
    
    position: relative;
    overflow: hidden;
}

.bjm-logo-carousel-wrapper-outer .bjm-logo-carousel-wrapper .swiper-slide{                
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.bjm-logo-carousel-wrapper-outer .bjm-logo-carousel-wrapper .swiper-slide-inner1{  
    display: block;
    position: relative;
    height:100%;
    width: 100%;
    
}

.bjm-logo-carousel-wrapper-outer .bjm-logo-carousel-wrapper .swiper-slide-inner{  
    padding-top:75%;
    
    position: relative;
    width:100%;
}


.bjm-logo-carousel-wrapper-outer .bjm-logo-carousel-wrapper .swiper-image{
    max-height:100%;
    width:auto;
     
    position: absolute;
    top:40px;
    left:40px;
    right:40px;
    bottom:40px;
    
    
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    
    

}

.bjm-logo-carousel-wrapper-outer .button{
    border: 1px solid #777;
    color:#777;
    margin-top:-20px;
    font-size: 0.9rem;
    padding:6px 12px;
    
    
}

.bjm-logo-carousel-wrapper-outer .button:hover{
    color:white !important;
}


.bjm-carousels-grid{
    list-style: none;
    padding:0px;
    margin:0px;
        
}

    .bjm-carousels-grid:after{
        content: '';
        display: block;
        clear:both;
    }

.bjm-carousels-grid >li{
    list-style: none;
    padding:0px;
    margin:0px;
    clear:both;
    padding-top:20px;
    
    margin-bottom: 50px;
}

.bjm-carousels-grid .carousel-title{
    font-size: 1.6rem;
    
}
.bjm-carousels-grid .carousel-description{
    margin:10px; 0px;    
}

.bjm-carousels-grid .carousel-images{
    list-style: none;
    padding:0px;
    margin:0px;
    position: relative;
    margin-left:-10px;
    margin-right:-10px;
}

.bjm-carousels-grid .carousel-images >li{
    position: relative;
    list-style: none;
    padding:0px;
    margin:0px;
    
    
    width:100%;
    
    
    
    
    
    
}

@media (min-width:768px){
    .bjm-carousels-grid .carousel-images >li{
        width:50%;
        float:left;
    }
}
@media (min-width:1040px){
    .bjm-carousels-grid .carousel-images >li{
        width:33%;
        
    }
}
@media (min-width:1280px){
    .bjm-carousels-grid .carousel-images >li{
        width:25%;
        
    }
}



.bjm-carousels-grid .carousel-images .bjm-carousel-grid-image-inner{
    padding-top:75%;
    position: relative;
    width:100%;
    
}

.bjm-carousels-grid .carousel-images .bjm-carousel-grid-image-inner-inner{
    
    
    
    
    position: absolute;
    top:40px;
    left:40px;
    right:40px;
    bottom:40px;
    
    
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

