@media screen and (max-width: 820px) {
  body{
    overflow-x: hidden;
  }
	  .fixform{
    
    display: none !important;
  }
	  .mySwiperBottom{
    margin-top: 12px !important;
  }
}

@media screen and (max-width: 490px) {
  .fixform{
    zoom: 85%;
  }
}
