
@media only screen and (max-width: 480px) {
.ap_responsive_load img {
  max-width: 100%;
  height: auto;
}


/* Prevents page jump when display rotates by Seconds by maintaining aspect ratio */

.ap_image-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
}