﻿

main {
    background-color: #efefef;
    height: 450px;
    overflow: scroll;
}
    main::-webkit-scrollbar-thumb {
        background-color: #ab1d06;
        background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    }
    main::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: #f5f5f5;
    }
    main::-webkit-scrollbar-track {
        background-color: #f5f5f5;
    }
    main::selection {
        background-color: rgba(253,186,40,.61);
        color: #fff;
    }
varticle {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    margin: 0 auto;
    border-bottom: 4px solid #fff;
    cursor: pointer;
}
#video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
}

    #video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*#video iframe {
    height:500px!important;
    width:100%!important
}*/


main .thumb {
    height: 70px!important;
    width:125px!important;
    border-radius: 4px;
}

main .details {
    padding: 8px 22px;
}
main .details h4 {
    font-size:18px;
    font-weight:normal;
 

}

/* Extra small devices (phones, 600px and down) */


