/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* Breakpoints
 ----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {
}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {
    #main {
        height: 526px !important;
        margin-left: -337px;
        margin-top: 174px;
        position: absolute;
        width: 679px !important;
        position: absolute;
        top: 0px;
        left: 50%;
    }
}
