﻿@media screen and (max-width: 770px) {
    @viewport {
        width: device-width;
        zoom: auto;
    }
    html, body {
        overflow-x: hidden;
    }
}
