@media screen and (orientation: landscape) and (min-width: 1024px) {
  
  #.. {
    width: ;
    height: ;
  }
}

@media screen and (orientation: portrait), (orientation: landscape) and (max-width: 1023px) {
    
  #.. {
    width: ;
    height: ;
  }
}
