/**MQ**/
@media screen and (max-width: 950px) {
    #main {
        width: calc(100% - 2px);
    }

    img, iframe {
        width: 100% !important;
        height: auto;
    }

    .fb_like {
        height: 42px !important;
    }

    footer {
        word-wrap: break-word;
    }
}

@media screen and (max-width: 560px) {
    #main #menu a {
        display: block;
        margin-bottom: 10px;
    }

    .mobile_no {
        display: none;
    }

    .video_cont iframe {
        width: 100%;
    }
}