
.video-right h4 {
    margin-top: 0;
}

.video-left {
    padding-left: 0;
}

@media screen and (max-width:480px){
    .video-left {
        width: 100%;
        padding-right:0;
        padding-right: 0;
    }
    .video-right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }

}

.video-row {
    margin: 0 0 15px;
    padding-bottom: 15px;
    position: relative;
}

.videoWrapper {
    position: relative;
    padding-bottom: 51.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
}
.shilla-video-wrapper {
    height: 430px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

article.row.video-row {
    top: 0;
}

.video-row h3 {
    font-size: 1.5em;
}
@media (max-width:480px) {
    .video-row h3 {
        text-align: center;
    }
}

ul.video-thumnails.navigation {
    margin: 0 0 30px;
    padding: 0;
    width: 1000px;
}

ul.video-thumnails.navigation li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    max-width: 170px;
}

.shilla-video-thumbnail-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    height: 140px;
}

ul.video-thumnails.navigation.ready li::before {
    content: "\f04b";
    position: absolute;
    z-index: 9;
    font-size: 160%;
    font-family: FontAwesome;
    display: block;
    color: rgb(255, 255, 255);
    left: 31%;
    top: 32%;
    padding: 4% 12% 5% 14%;
    background: rgba(0, 0, 0, 0.63);
    border-radius: 16%;
}

ul.video-thumnails.navigation.ready li:hover::before {
    content: "\f04b";
    position: absolute;
    z-index: 9;
    font-size: 160%;
    font-family: FontAwesome;
    display: block;
    color: rgb(255, 255, 255);
    left: 31%;
    top: 32%;
    padding: 4% 12% 5% 14%;
    background: #CC181E;
    border-radius: 16%;
}
@media screen and (max-width: 480px){
    ul.video-thumnails.navigation.ready li::before {
        content: "\f04b";
        position: absolute;
        z-index: 9;
        font-size: 120%;
        font-family: FontAwesome;
        display: block;
        color: rgb(255, 255, 255);
        left: 30%;
        top: 26%;
        padding: 4% 12% 5% 14%;
        background: rgba(0, 0, 0, 0.63);
        border-radius: 16%;
    }

    ul.video-thumnails.navigation.ready li:hover::before {
        content: "\f04b";
        position: absolute;
        z-index: 9;
        font-size: 120%;
        font-family: FontAwesome;
        display: block;
        color: rgb(255, 255, 255);
        left: 30%;
        top: 26%;
        padding: 4% 12% 5% 14%;
        background: #CC181E;
        border-radius: 16%;
    }
}

.shilla-thumbnail-arrow-holders {
    position: relative;
    width: 100%;
    overflow: visible;
}

.shilla-thumbnail-arrow-holders::after {
    content: "\f054";
    color: #828282;
    position: absolute;
    top: 31%;
    right: -5%;
    font-family: FontAwesome;
    font-size: 270%;
    cursor: pointer;
}
.shilla-thumbnail-arrow-holders::before {
    content: "\f053";
    color: #828282;
    position: absolute;
    top: 31%;
    left: -5%;
    font-family: FontAwesome;
    font-size: 270%;
    cursor: pointer;
}

@media screen and (max-width:1080px){
    .shilla-thumbnail-arrow-holders {
        padding-top: 30px;
    }

    .shilla-thumbnail-arrow-holders::after {
        content: "\f054";
        color: #828282;
        position: absolute;
        top: 0;
        right: 0;
        font-family: FontAwesome;
        font-size: 270%;
        cursor: pointer;
    }
    .shilla-thumbnail-arrow-holders::before {
        content: "\f053";
        color: #828282;
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        font-size: 270%;
        cursor: pointer;
    }
}
ul.video-thumnails.navigation li.active-video-thumb {
    border: 2px solid #EF3F3B;
}

ul.video-thumnails.navigation li img.youku{
    height: 100%;
}