/* Start hs 108216 - Chris */

/* adjust home page image position on mobile */
@media only screen and (max-width: 767px){
   #full_screen_image {
      background-position: 50% 0%!important;
   }
}

/* End hs 108216 - Chris */