section#videoSection {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 5vw 0 0;
}

div.video-title {
    font-size: 2.083vw;
    font-weight: 600;
    padding: 2.161vw 0 0;
}

div.video-title {
    position: absolute;
    width: 100%;
    top: 0;
}

li.video-item a {
    display: inline-block;
    width: 100%;
}

li.video-item span.playIcon img {
    position: absolute;
    width: 4.896vw;
    height: 4.896vw;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center;
}

li.video-item span.playIcon img:hover,
.moreVideo a:hover {
    opacity: 0.7;
}

.moreVideo {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 0 3.073vw;
}

.moreVideo a {
    font-size: 1.302vw;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    width: 18.634vw;
    line-height: 1.823vw;
    padding: 0.781vw 0;
    background: #fff;
}

@media only screen and (max-width: 1023px),
only screen and (max-width: 1024px) and (orientation: portrait) {
    section#videoSection {
        margin: 24.267vw 0 0;
    }

    div.video-title {
        font-size: 8vw;
        position: static;
        line-height: 12vw;
        padding: 0 0 6.4vw;
    }

    li.video-item span.playIcon img {
        width: 25.067vw;
        height: 25.067vw;
    }

    .moreVideo {
        position: static;
        padding: 8vw 0 0;
    }

    .moreVideo a {
        font-size: 6.667vw;
        width: 86.667vw;
        line-height: 9.333vw;
        padding: 2.133vw 0;
        background: #4C8850;
        color: #ffffff;
    }
}