#italpress-video-fluid{
    position:relative;
    float:left;
    overflow:hidden;
    width:100%;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity:1
}

#italpress-video-vrize{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
    width: 260px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
}

.noop{
    opacity: 1!important;
}

#italpress-video-vrize h2{
    display: none;
}


#italpress-video-vrize .content_video-dimensions {
    max-height: 145px;
    width: 260px;
}

#italpress-video-fluid h2{
    z-index: 1;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0px 10px 10px;
    color: #ffffff;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5861695019804797) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5861695019804797) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5861695019804797) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

#italpress-video-fluid:hover h2{
    top:0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#italpress-video-fluid h5{
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 38px;
    font-family: sans-serif;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    padding: 5px;
    z-index: 9999;
    font-size: 12px;
    line-height: normal;
}


#content_video{
    float: left;
    width: 100%;
    height: 29vh;
    padding-bottom: 2px;
    background: #000;
}

#content_video.sticky{
    position: fixed;
    bottom: 60px;
    right: 0px;
    width: 320px!important;
    height: 180px!important;
    z-index: 99999999;
    overflow: hidden;
}



.italpress-video-container{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#italpress-video-container{
    width: 426px;
    height: 240px;
    float:left;
}

#italpress-video-vrize .video-js .vjs-tech{
    width: 426px!important;
    height: 240px!important;
}

.italpress-video-item{
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 1px;
    box-sizing: border-box;
    background: black;
    cursor: pointer;
    max-height: 85px;
}

.content_video-dimensions{
    max-height: 370px;
}

.vjs-ad-playing.vjs-ad-playing .vjs-progress-control{pointer-events:none}.vjs-ad-playing.vjs-ad-playing .vjs-play-progress{background-color:#ffe400}.vjs-ad-playing.vjs-ad-loading .vjs-loading-spinner{display:block}.vjs-ad-playing .vjs-captions-button{display:none}.vjs-ad-playing .vjs-audio-button{display:none}.vjs-ad-loading .vjs-loading-spinner:before,.vjs-ad-loading .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-ad-loading .vjs-loading-spinner:before{border-top-color:#fff}.vjs-ad-loading .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:0.44s;animation-delay:0.44s}

button.vjs-big-play-button span{
    font-size: 24px;
    padding: 7px 0px;
    color: #ffff;
}

button.vjs-big-play-button span::before{
    top: 50%!important;
    margin-top: -9px;
}

.vjs-control-bar span{
    color: #fff;
    font-size: 10.4px;
    line-height: 20px;
}


@media (min-width:768px){

    #content_video.sticky h2{
        padding: 0px 35px 10px;
        margin-top: -4px;
    }

    #content_video{
        height: 344px;
    }

    #italpress-video-fluid h2{
        font-size: 16px;
    }
    .italpress-video-item{
        width: 25%;
    }
    #italpress-video-vrize{
        width: 426px;
        height: 240px;
    }    
    #italpress-video-vrize .content_video-dimensions {
        width: 100%;
        max-height: 200px;
    }
    
    #content_video.sticky{
        bottom: 20px;
        right: 20px;
        width: 480px!important;
        height: 270px!important;
    }    

    #italpress-video-close{
        bottom: 263px!important;
        right: 472px!important;    
    }
}

/* 
.italpress-video-container-dimensions{
    max-height: 200px;
} */

#italpress-video-vrize #vrize-close{
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 999999;
    height: 20px;
    border: 0px;
    display: none;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 20px;
    background: black;
    color: #FFF;
}
#vrize-close.cab{
    opacity: 1!important;
}

#close-vrize {
    position: absolute;
    right: 6px;
    top: 3px;
    width: 20px;
    height: 20px;
    opacity: 1;
  }

  #close-vrize:before, #close-vrize:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #fff;
  }
  #close-vrize:before {
    transform: rotate(45deg);
  }
  #close-vrize:after {
    transform: rotate(-45deg);
  }
  
  #italpress-video-playlist{
    clear: both;
    width: 100%;
    position: relative;
    float: left;
  }
  #italpress-video-playlist h5 {
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 38px;
    font-family: sans-serif;
    background-color: rgba(0,0,0,.55);
    color: #fff;
    padding: 5px;
    z-index: 9999;
    font-size: 11.3px;
    line-height: normal;
    right: 0;
    left: 0;
}



/* .ima-sample-playlistItem.italpress-video-item{ */
    /* max-height: 85px; */
/* } */

.italpress-video-item img{
    width: 100%;
}


#italpress-video-close{
    position: fixed;
    bottom: 240px;
    right: 0px;
    font-size: 20px;
    width: 24px;
    height: 24px;
    padding: 0px 3px;
    text-align: center;
    background: gray;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 9999999999;
    line-height: 100%;
}