@import url('../fonts/Tiempos/TiemposHeadline-Medium.otf');
.tourpostScroll {
    margin-top: -110px;
    position: absolute;
}
#section-tour {
    background-color: #ffffff;
    min-height: 350px;
    padding: 0;
    text-align: center;
    z-index: 20;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
#section-tour .tour-headlinetitle {
    padding: 10px 5px;
}
#section-tour .tour-headlinetitle h1 {
    padding: 25px 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tourvideo_section {
    width: 100%;
    height: 0;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 55%;
}

.tourvideo_section iframe {
    width: 97%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 22px;
}

@media (max-width: 1080px) {
    #section-tour iframe {
        left: 6px;
    }
}