.reelWrapper{
  touch-action:auto;
  float:left !important;
}

@media only screen and (min-width: 481px)
{
  .reel{
    margin:0;
    float:none;
  }
  div#siteSubMenuWrapper{
    margin-bottom:0;
  }
  .reelWrapper{
    width:100%;
    max-width:100%;
    margin:0 auto 50px;
  }
  .reelWrapper{
    position:relative !important;
  }
}