.logos {
    /*padding-right: 80px;*/
}

.logos .company {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    border: 1px solid #fcfcfc59;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    background-color: rgba(255, 255, 255, .1);
}

.logos .company:hover {
    background-color: rgba(255, 255, 255, .5);
}

body {
    color: #ffffff;
}


/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/
@media (min-width: 1440px) {



}
@media (min-width: 1200px) {


}
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px) {
    .absolute-logo {
        position: absolute !important;
    }
}

@media (min-width: 768px) {
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {


}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}