
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  #ID_static_7{margin-top:-2px !important;}
}
