@media (max-width: 768px) {

    .container, .small-container {
        width: calc(100% - 40px);
    }

    h1 {
        font-size: 1.6em;
        line-height: 1.35em;
        text-align: center;
    }

    .ytp_block h2 {
        font-size: 1.2em;
        line-height: 1.3em;
        text-align: center;
    }


.fbblock_left {
    display: none;
}










}