.divnewslaid{
    margin: 0 auto; 
}
.newslaid {
   object-fit: cover;
   background-size: cover;
   margin: 0 auto;
   max-width: 100%;
   height: 75vh;
   width: auto;

   /*
    max-width: 100%;
     max-height: 100%;
    height: 75vh;
    max-width:1599px;
    max-height:720px;
    */
}
@media all and (orientation: landscape){
    .brandsLand{
        display: none !important;
    }
}                        
@media all and (orientation:portrait){
    .brandsPort{
        display: none !important;
    }
}  