.videoSection {
    position: relative;
    margin-top: 5.73vw;
}

.video_section_title {
    width: 100%;
    text-align: center;
    font-size: 5.21vw;
}

.video_section_wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 5.60vw;
}

.video-wrapper.one {
    display: block;
    width: 66.67vw;
    margin: 0 auto;
    position: relative;
    margin-bottom: 7.81vw;
}

a.preplay {
    width: 3.13vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    pointer-events: auto;
    cursor: pointer;
}

a.preplay:hover {
    opacity: .6;
}

.video-wrapper iframe {
    width: 100%;
    min-height: 37.50vw;
}

.video-wrapper.two {
    display: inline-block;
    width: 43.31vw;
    position: relative;
}

.video-wrapper.three {
    display: inline-block;
    width: 43.31vw;
    position: relative;
    margin-left: 2vw;
}

.video-wrapper.two iframe,
.video-wrapper.three iframe,
.video-wrapper.four iframe {
    min-height: 24.4vw;
}

.photo {
    max-width: 67%;
    margin: 0 auto;
    margin-top: 2vw;
}

.photo.mtv {
    max-width: 33.23vw;
    margin-top: 0;
    margin-bottom: 5vw;
}

.video-wrapper.one {
    margin-bottom: 5vw;
}

.video-wrapper.four {
    width: 43.31vw;
    margin: 0 auto;
    margin-top: 3vw;
    position: relative;
}

.awardssection {
    position: relative;
    margin-top: 5vw;
}

.awards-section {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    justify-content: center;
    align-items: center;}

.award-category {
    font-size: 3.44vw;
}


@media only screen and (max-width:1024px) and (orientation: portrait) {
    .photo {
        max-width: 90%;
        margin: 0 auto;
    }

    .photo.mtv {
        max-width: 91.2vw;
    }

    .videoSection {
        margin-top: 7.73vw;
    }

    .video_section_title {
        font-size: 9.07vw;
    }

    .video_section_wrapper {
        margin-top: 8.27vw;
    }

    .video-wrapper.one {
        margin-bottom: 6.93vw;
        width: 100%;
    }

    a.preplay {
        width: 5.07vw;
    }

    .video-wrapper.two {
        display: block;
        width: 100%;
    }

    .video-wrapper.three {
        margin-left: 0vw;
        display: block;
        width: 100%;
        margin-top: 6.93vw;
    }

    .video-wrapper.four {
        margin-left: 0vw;
        display: block;
        width: 100%;
        margin-top: 6.93vw;
    }

    .video-wrapper iframe {

        max-height: 51.47vw;
    }

    .video-wrapper.two iframe,
    .video-wrapper.three iframe,
    .video-wrapper.four iframe {
        max-height: 51.47vw;
    }

    .awards-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10vw;
        width: 91.2vw;
        margin: 0 auto;
        line-height:1;
    }

    .award-category {
        font-size: 10.4vw;
    }

    .awardssection {
        margin-top: 15vw;
    }
}