/*
mobile styles
*/
.mobile {
  -ms-zoom: 0.75;
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -webkit-transform: scale(0.75);
}
.mobile-portrait {
  width: 360px;
  height: 640px;
}
.mobile-landscape {
  width: 640px;
  height: 360px;
}
.frameHeading {
  font-size: 22px;
  padding: 0px;
}
.iframe {
  margin-top: 2px;
}
