@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
   .press-release-tile.col-lg-12.col-md-12.col-sm-12.col-xs-12.mar-btm-10.bg-white.back-shadow {
    width: 709px;
}
   }    
   
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) {
   .press-release-tile.col-lg-12.col-md-12.col-sm-12.col-xs-12.mar-btm-10.bg-white.back-shadow {
    width: 760px;
}
   } 
   
@media only screen and (min-device-width: 912px) and (max-device-width: 1368px) {
   .press-release-tile.col-lg-12.col-md-12.col-sm-12.col-xs-12.mar-btm-10.bg-white.back-shadow {
    width: 845px;
}
   }
   
@media only screen and (min-device-width: 1024px) and (max-device-height: 600px) {
   .press-release-tile.col-lg-12.col-md-12.col-sm-12.col-xs-12.mar-btm-10.bg-white.back-shadow {
    width: 625px;
}
   }   