@import url('../fonts/Tiempos/TiemposHeadline-Medium.otf');
.videopostScroll {
    margin-top: -90px;
    position: absolute;
}

#section-video {
    background-color: #FFFFFF;
    min-height: 350px;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 20;
}

#section-video .video-headlineTitle {
    padding: 10px 5px;
}

#section-video .video-headlineTitle h1 {
    padding: 25px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.video_section {
    width: 100%;
    height: 0;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 57%;
}

.video_section iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.vodeo2_headline {
    font-size: 17px;
    margin-top: -16px;
}
