.media-gallery {
    margin: 25px auto;
}

.media-gallery a:hover {
    color: #f9ab4f;
}

.media-gallery>.media-item .media-border:hover .media-content:before {
    visibility: visible;
    opacity: 1;
    background-color: rgba(8, 27, 43, .9);
    box-shadow: 0 0 0 2px rgba(0, 186, 243, .5) inset, 0 0 0 2px rgba(0, 186, 243, .5), 0 0 28px rgba(0, 186, 243, .5) inset;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.media-item {
    display: inline-block;
    width: 24%;
    padding: 3px;
    float: left;
}

.media-item:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.media-border:hover {
    -webkit-transition: all .1s cubic-bezier(.075, .82, .165, 1);
    transition: all .1s cubic-bezier(.075, .82, .165, 1);
}

.media-item:before {
    box-sizing: inherit;
    background-repeat: no-repeat;
    vertical-align: inherit;
    white-space: initial;
    text-overflow: inherit;
    text-shadow: inherit;
}

.media-gallery>.media-item .media-border {
    display: block;
    background-color: #ccc;
    border-radius: 3px;
    padding: 3px;
    position: relative;
    transition: all .2s;
}

.media-gallery>.media-item .media-border .media-content {
    -webkit-transition: inherit;
    transition: inherit;
}

.media-gallery>.media-item .media-content {
    display: block;
    padding-bottom: 56.25%;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}

.media-gallery>.media-item .media-border .m-media-wp-span {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    position: absolute;
    z-index: 8;
    background: #17c3f4;
    background: rgba(3, 20, 26, .75);
    line-height: 40px;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-gallery a:active,
a:hover {
    outline: 0;
}

.m-video:before {
    background-image: url(../img/youtube-btn-wh.png);
}

.media-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-image: url(../img/video_btn.png);
    background-size: 46px 46px;
}

.hot-video .media-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-image: url(../img/video_btn.png);
    background-size: 80px !important;
}

.clear {
    clear: both;
}

.hot-video {
    width: 48.5%;
}

.btn-success {
    color: #fff;
    background-color: #36bc9b;
    border-color: #36bc9b;
}

.video-player {
    width: 90%;
    margin: 0px auto;
    height: auto;
    display: none;
}

.video-player .video {
    height: 686px;
}