.vod-display-classic .video-list-row .video-box {
    width: 150px;
    height: 192px;
    background: url(../img/ajax-loader.gif);
    background-size: 150%;
    background-position: 50%;
}

.section-inner .container {
	position: relative;
	z-index: 1;
}

.videos-info-container {
	min-height: 300px;
	background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  overflow: hidden;
}

.videos-info-container .bg-overlay {
	  width: 100%;
    height: 100%;
    position: absolute;
    /*background: linear-gradient(45deg, black 25%, transparent);*/
    /*background: linear-gradient(to right, #000, #000000, #000000c4, #0000);*/
    z-index: 1;
    /*background: linear-gradient(to right, #000 30%, #000000eb 52%, #00000000 62%, #0000 100%);*/
    background: linear-gradient(to right, #000 30%, #000000ad 58%, #00000000 76%, #0000 100%);
}

.videos-info-container .bg-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    min-height: 450px;
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */

.videos-info-container .vi-description {
    text-align: justify;
    margin-top: 40px;
    width: 60%;
}

.videos-info-container .vi-title {
	margin-top: 15px;
}

.vod-display-classic .video-list-row {
  margin-bottom: 10px;
}

.vod-focused {
  box-shadow: 0px 0px 1px 7px #fff;
  z-index: 2;
}

/* List of list */
#listoflist-tag .bg-overlay {
    width: 100%;
    height: 250px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, #000 30%, #000000ad 58%, #00000000 76%, #0000 100%);
}

#listoflist-tag .bg-image-overlay {
    width: 100%;
    height: 250px;
    position: absolute;
    min-height: 250px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
    z-index: 99;
    display: none;
}

.video-list-row .video-box {
  width: 150px;
  height: 192px;
}

.listoflist-top-sec {
  overflow: hidden;
}

.listoflist-info-container {
  z-index: 9;
}
