.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    .header-new {
        height: auto;
    }
    .header-new .header-new-content {
        position: absolute;
        padding: 0px 0px 0px 25px;
        top: 45%;
    }
    .header-new .header-new-content .video-content {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .header-new .header-new-content .video-content .slidingVertical span {
        display: inline;
    }
    .header-new .header-new-content .video-desc {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .header-new {
        height: auto;
    }
    .header-new .header-new-content {
        position: absolute;
        padding: 0px 0px 0px 25px;
        top: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .header-new {
        height: auto;
    }
    .header-new .header-new-content {
        position: absolute;
        padding: 0px 0px 0px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .header-new {
        height: auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1420px) and (orientation: portrait) {
    .header-new {
        height: auto;
    }
}