
.slot-0{order: 0;}
.slot-1{order: 1;}
.slot-2{order: 2;}
.slot-3{order: 3;}
.slot-4{order: 4;}
.slot-5{order: 5;}

.cr-videos-container{
  	overflow-x: hidden;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	max-width: 2000px;
  	margin: 0 auto;
  	flex-wrap: nowrap;
}
.cr-videos-left{width: 40%;}
.cr-videos-nav{width: 110px;}
.cr-each-video:hover{
	/*pointer-events: inherit;
	flex: 0 0 21%;
	height: 345px;
	margin-top: -10px;*/
	box-shadow: 0 0 5px rgba(0,0,.75);
}
.cr-each-video:hover .cr-each-video-overlay{
	background-color: rgba(139,197,63, .85);
}
/*
.cr-each-video:hover > .cr-each-video-overlay{
  	display: block;
}
/*.cr-each-video:hover > img{
  	height: 345px;
  	width: 100%;
}*/
.cr-each-video{flex: 0 0 calc(21% - 31px);border-radius: 2px;}
.cr-each-video, .cr-video-image, .cr-each-video-overlay{border-radius: 5px;}
.cr-each-video > img{
  	height: 325px;
  	width: 100%;
}
.cr-videos-prev, .cr-videos-next{cursor: pointer;}
.cr-videos-play-button{
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	z-index: 12;
  	width: 65px;
  	cursor: pointer;
}
.cr-videos-play-button.slot-1{width: 95px;cursor: pointer;}
.cr-videos-info{
  	padding-left: 40px;
		padding-right: 40px;
		width: 100%;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
		padding-top: 40px;
		padding-bottom: 40px;
}
.cr-videos-title{
  	font-family: Lato-Black;
  	font-size: 28px;
  	color: #FFF;
  	margin-bottom: 5px;
}
.cr-videos-desc{
  	font-size: 20px;
  	color: #FFF;
  	font-family: Lato;
}
.cr-each-video-overlay{
	cursor: pointer;
	background-color: rgba(0,0,0, .45);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}


.cr-each-video-overlay.cr-active{display: block !important;}
@media all and (min-width: 2000px){
	.cr-each-video{flex: 0 0 15%;}
	/*.slot-1.cr-each-video{flex: 0 0 17%;}*/
	.cr-each-video > img{height: 295px;}
}
@media all and (max-width: 1440px){
  .cr-each-video > img {height: 260px;}
}
@media all and (max-width: 1280px){
	.cr-each-video > img {height: 210px;}
	.cr-videos-play-button{width: 50px;}
  	.cr-videos-title{font-size: 20px;}
  	.cr-videos-desc{font-size: 16px;}
  	/*.slot-1 .cr-videos-play-button{transform: translate(-50%, -85%);}*/
  	.slot-1.cr-each-video{flex: 0 0 20%;}
}
@media all and (max-width: 1024px){
	.cr-each-video{flex: 0 0 calc(25% - 20px);}
  	.slot-1.cr-each-video {flex: 0 0 25%;}
}
@media all and (max-width: 975px){
	.cr-each-video > img {height: 175px;}
}
@media all and (max-width: 810px){
	.cr-videos-nav{margin: 0 auto;}
	.cr-videos-title{
		bottom: 20px;
		position: absolute;
		width: 100%;
		text-align: center;
	}
	.cr-videos-info{padding: 0;}
	.cr-videos-left{width: 100%;}
	.cr-videos-desc{display: none;}
}
@media all and (max-width: 600px){
	.cr-each-video{flex: 0 0 calc(50% - 20px);}
  	.slot-1.cr-each-video {flex: 0 0 50%;}
  	.cr-each-video > img {height: 185px;}
  	.cr-videos-info{bottom: 10px;}
    .cr-videos-left{width: 100%;}
  	.cr-videos-nav{margin-top: 10px;}
}
@media all and (max-width: 450px){
	.cr-each-video, .slot-1.cr-each-video{flex: 0 0 calc(33.33% - 6px);}
	.cr-each-video > img{height: 125px;}
	.cr-videos-title{bottom: 5px;}
}
