h3 {
    font-weight: bold;
    margin-top: 15px;
}

#app-video-list {
    overflow: hidden;
}

.app-video-player-box {
    margin-bottom: 30px;
}

.app-video-controlsbar {
    height: 40px;
}

.app-video-row {
    width: 100%;
}

.app-video-entry {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    height: auto;
}

.app-video-images {
    position: relative;
}

.app-video-images .app-video-ytimage {
    width: 100%;
}

.app-video-entry .app-video-ytbutton {
    position: absolute;
    right: 50%;
    left: 50%;
    margin-left: -25px;
    top: 0;
}

.app-video-entry a {
    color: #5e5e5e;
}

.app-video-entry a:hover {
    text-decoration: none;
}

.app-video-entry iframe {
    max-width: 100%;
    width: 100%;
}

.app-video-description {
    margin-bottom: 15px;
}

.app-video-player-box .app-video-ytbutton {
    position: absolute;
    right: 50%;
    left: 50%;
    margin-left: -25px;
    top: 0;
}

.app-video-player-box h4 {
    font-size: 20px;
    margin-top: 20px;
}

.app-video-player-box p {
    color: #5e5e5e;
}

.app-video-player-box {
    padding: 0 15px 15px 15px;
}

.app-video-player-box>a:hover {
    text-decoration: none;
    color: #5e5e5e;
}

.fancybox-inner {
    overflow: hidden!important;
}

.co-video-single {
    position: relative;
    min-height: 359px;
}


.co-video-single .app-video-container {
    /*position: absolute;
    bottom: -45px;
    right: -45px;*/
   
}


.co-video-single .app-video-ytimage {
    max-width: 276px;
    height: auto;
}

.co-video-single .co-video-description {
    position: absolute;
    background: #0c4da2;
    color: #ffffff;
    width: 240px;
    padding: 30px;
    right: 0;
    bottom: 0;
}

.co-video-single .co-video-description p,
.co-video-single .co-video-description h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.co-video-single .co-video-fancybox {
    position: relative;
    /* or absolute */
}

.co-video-single .app-video-ytbutton-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media all and (min-width: 768px) {
    .app-video-entry:nth-child(3n+1) {
        clear: left;
    }
    .app-video-entry:nth-child(3n+1) {
        padding-right: 15px;
    }
    .app-video-entry:nth-child(3n+2) {
        padding: 0 7.5px;
    }
    .app-video-entry:nth-child(3n+3) {
        padding-left: 15px;
    }
    
}
@media all and (min-width: 999px) {
    .co-video-single .row-content {
        position: relative;
        margin-bottom: -45px;
        margin-right: -45px;
    
    }
}


@media all and (max-width: 998px) {
    .app-video-images {
        position: relative;
        margin-left: -50px;
        /* margin-bottom: -15px; */
    }
    .co-video-single .row-content {
     margin-bottom: -25px;
    
    }
    .co-video-single .co-video-description {
        position: absolute;
        background: #0c4da2;
        color: #ffffff;
        width: 200px;
        padding: 20px;
        right: -50;
        bottom: 0;
        left: 200px;
    }
}

@media all and (max-width: 480px) {
    .app-video-entry {
        width: 100%;
        padding: 0!important;
    }
    .co-video-single .co-video-description {
        position: absolute;
        background: #0c4da2;
        color: #ffffff;
        width: 200px;
        padding: 20px;
        right: -50;
        bottom: 0;
        left: 145px;
    }
}
@media all and (max-width: 360px) {
    
    .co-video-single .co-video-description {
        position: absolute;
        background: #0c4da2;
        color: #ffffff;
        width: 200px;
        padding: 20px;
        right: -50;
        bottom: 0;
        left: 125px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .app-video-entry {
        width: 50%;
    }
    .app-video-entry:nth-child(odd) {
        clear: left;
    }
    .app-video-entry:nth-child(odd) {
        padding-right: 15px;
    }
    .app-video-entry:nth-child(even) {
        padding-left: 15px;
    }
}