/**  INTERNATIONAL BRAND LOGO SECTION */

.international-brand-logo-wrapper {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.international-brand-logo-wrapper div {
    display: flex;
    align-items: center;
    width: 100%;
    outline: none;
}
	
.slide-img {
    height: 140px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 10px;
}






/************************** MOBILE STYLES IN LANDSCAPE ***********************************/


/********* TABLET LANDSCAPE *********/
@media screen and (max-device-width: 1024px) and (orientation: landscape){
    .international-brand-logo-wrapper div {
        width: 95%;
    }
        

    
}




/********* LARGE PHONE LANDSCAPE *********/
@media screen and (max-device-width: 736px) and (orientation: landscape){

  
    
}




/********* SMALL PHONE LANDSCAPE *********/
@media screen and (max-device-width: 640px) and (orientation: landscape){

    

}






/************************** MOBILE STYLES IN PORTRAIT ***********************************/


/********* TABLET PORTRAIT */
@media screen and (max-device-width: 768px) and (orientation: portrait){

    .international-brand-logo-wrapper div {
        width: 90%;
        margin: auto;
    }
        
    
    
}



/********* LARGE PHONE PORTRAIT */
@media screen and (max-device-width: 414px) and (orientation: portrait){
    
    .international-brand-logo-wrapper div img {
        margin: 0; 
        width: 200px;
    }

   
    
}



/********* SMALL PHONE PORTRAIT */
@media screen and (max-device-width: 360px) and (orientation: portrait){

    
    .international-brand-logo-wrapper div img {
        width: 75px;
    }

}