/** xs */
@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
    .page-row-venue .page-position {
        padding-bottom: 130%;
    }
    #search-position {
        min-width: 100px;
        width: 100px;
    }
}
