@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?98ly5e');
    src:  url('fonts/icomoon.eot?98ly5e#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?98ly5e') format('truetype'),
    url('fonts/icomoon.woff?98ly5e') format('woff'),
    url('fonts/icomoon.svg?98ly5e#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="socicon-"], [class*=" socicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.socicon-mr:before {
    content: "\e900";
}
.socicon-fb:before {
    content: "\e901";
}
.socicon-g:before {
    content: "\e902";
}
.socicon-od:before {
    content: "\e903";
}
.socicon-tg:before {
    content: "\e904";
}
.socicon-tw:before {
    content: "\e905";
}
.socicon-vb:before {
    content: "\e906";
}
.socicon-vk:before {
    content: "\e907";
}
.socicon-wa:before {
    content: "\e908";
}

.head_fest_content_info {
    background: #000;
}

.video-block {
    border: none;
    position: relative;
}

@media(min-width:1280px) {
    .video-block {
        width: 996px;
        height: 560px;
    }
}

.head_fest_content_info {
    margin: 0 auto;
    margin-bottom: 40px;
}

@media(min-width:768px) and (max-width: 1279px) {
    .head_fest_content_info {
        width: 720px;
    }
    .video-block {
        height: 404px;
        width: 720px;
    }
}

@media(min-width:320px) and (max-width: 767px){
    .head_fest_content_info {
        width: 288px;
    }
    .video-block {
        width: 288px;
        height: 162px;
    }
}