@media (max-width: 767px) {
  img, video, iframe {
    max-width: 100%;
    height: auto;
  }
  .mk-page-section,
  .page-section-content {
    overflow-x: hidden;
  }
}
