.acv-main{
    
    margin:5px 5px 5px 5px;
    padding:5px;
    
}

.acv-adspot{
    padding:5px;
    margin:auto;
    margin-bottom:10px;
    width:380px;
    display:block;
    height:80px;
    overflow: hidden;
}

.acv-adspot img{
    width:100%;
}

.checkout-more{
    font-size: larger;
    font-weight: bold;
    padding:5px;
    margin-bottom:5px;
}


.acv-vidlist{
    padding:5px;
    margin:auto;
    width:580px;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color:#CACACA;
    
}

.playOverlay{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid white;
    margin:auto;
    margin-top:48px;
    margin-bottom: 12px;
}

.acv-container{
    
    height: 750px;
    padding: 5px;
    margin: auto;
    border-radius: 3px;
    position: relative;
    margin-bottom:50px !important;
        margin-top: 10px;
}

.acv-border{
    width: 600px;
    height:610px;
    padding: 5px;
    background-color: #000;
    margin: auto;
    border-radius: 3px;
    position: absolute;
    right: -18px;
    top: 14px;
    z-index: 1;
}

#mainVidFrame{
    width:598px;
    margin:auto;
    margin-top:10px;
    
}

.acv-msubcontainer{
    width: 600px;
    padding: 5px;
    margin: auto;
    border-radius: 3px;
    z-index: 2;
    position: absolute;
    top:0px;
}

.acv-title{
    font-size: 15pt;
    font-weight: bold;
    padding-top:10px;
}

.acvpLogo{
    position:absolute;
    width: 290px;
    height: 58px !important;
    background-repeat: no-repeat;
    z-index: 3;
    top: -32px;
    left:-24px;
}

.acv-discription{

}

.byacv{
    position: relative;
    width: 186px;
    color: #000;
    margin-left: 254px;
    margin-top: 38px;
}


.acv-vid{
    display:inline-block;
    background-color:#333;
    width:140px;
    height:100px;
    margin-left: 5px;
    overflow:hidden;
}

.acv-vidreel{
    /*width:800px;*/
    height:100px;
}

.acv-viewmore{
    margin-top:10px;
    margin-left:10px;
}

.acv-viewmore a{
    color: #737272 !important;

}



.acv-vidlist::-webkit-scrollbar              {
    background-color:#000;
    height:10px;
    border-radius:4px;
    }
.acv-vidlist::-webkit-scrollbar-button       { 
    background-color:#fff;
    border-radius:4px;
    }
.acv-vidlist::-webkit-scrollbar-track        {
    background-color:#000;
    border-radius: 4px;
    }
.acv-vidlist::-webkit-scrollbar-track-piece  {
    background-color:#000;
    border-radius:4px;
    }
.acv-vidlist::-webkit-scrollbar-thumb        {
    background-color:#fff;
    border-radius: 4px;
    }
.acv-vidlist::-webkit-scrollbar-corner       { /* 6 */ }
.acv-vidlist::-webkit-resizer                { /* 7 */ }


/* CSS for resposnive player */
@media (max-width: 1199px){
    #mainVidFrame {
        max-width: 100%;
    }

    #acv-msubcontainer,
    .acv-container,
    .acv-container .acv-border {
        width: 98% !important;
    }

    .acv-container .acv-border {
        height: 83% !important;
    }

    .acv-container .acv-adspot,
    .acv-container .acv-vidlist {
        width: 95% !important;
    }

    .acvpLogo {
        left: -11px;
    }
}

@media (max-width: 552px){
    #acv-msubcontainer,
    .acv-container,
    .acv-container .acv-border {
        width: 95% !important;
    }

    .acv-border {
        right: -4px;
    }
}

@media (min-width:320px) and (max-width: 768px){
    .acvpLogo {
        width: 150px;
        height: 50px;
        background-size: 100%;
        left: -6px;
        top: -19px;
    }

    .acvpLogo .byacv {
        margin-left: 100px !important;
        font-size: 12px;
        position: absolute;
        top: -18px;
        text-align: right;
    }
}

@media (max-width: 1023px) and (min-width: 768px){
    .acv-main iframe:not(#dsq-2){
        transform:scale(1.00)!important;
    }
    
}

@media (max-width:375px){
    .acv-main iframe:not(#dsq-2){
        transform:scale(1.00)!important;
    }
    
    .acv-adspot{
        height:28px;
    }
}