/**
 * 360 Degree Product Rotation by YoFLA.com styles
 */

/**
 * On mobile screens: reduce height of the 360 view to fit viewport
 */
@media only screen and (max-width: 450px) {
  iframe.yofla_360_iframe{
    max-height: 280px;
  }
}
