/*General*/
.ContentVideo iframe{width:100% !important;}
.ContentVideo {margin-bottom:5%;}

/*2 items*/
.CI9-2items .ContentVideo{width:49%;margin-right:2%;float:left;}
.CI9-2items .ContentVideo:nth-child(2n+2){margin-right:0;}
.CI9-2items .ContentVideo:nth-child(2n+1){clear:left;}

/*3 items*/
.CI9-3items .ContentVideo{width:32%;margin-right:2%;float:left;}
.CI9-3items .ContentVideo:nth-child(3n+3){margin-right:0;}
.CI9-3items .ContentVideo:nth-child(3n+1){clear:left;}

/*4 items*/
.CI9-4items .ContentVideo{width:23.5%;margin-right:2%;float:left;}
.CI9-4items .ContentVideo:nth-child(4n+4){margin-right:0;}
.CI9-4items .ContentVideo:nth-child(4n+1){clear:left;}

/*5 items*/
.CI9-5items .ContentVideo{width:18.4%;margin-right:2%;float:left;}
.CI9-5items .ContentVideo:nth-child(5n+5){margin-right:0;}
.CI9-5items .ContentVideo:nth-child(5n+1){clear:left;}

/*6 items*/
.CI9-6items .ContentVideo{width:15%;margin-right:2%;float:left;}
.CI9-6items .ContentVideo:nth-child(6n+6){margin-right:0;}
.CI9-6items .ContentVideo:nth-child(6n+1){clear:left;}

.ContentVideo .CITitle {text-decoration:none;}
.ContentVideo a.external-link .CITitle {text-decoration:underline;}
.ContentVideo a.external-link:hover .CITitle {text-decoration:none;}

@media screen and (max-width: 440px){

.ContentImages9 .ContentVideo {width:100% !important;margin-right:0 !important;}
}