[class*="col-"] {
	float: left;
	border: 2px solid #5468c6;
	margin-left:5px;
	margin-right:5px;
}


.col-1 {width: 8.33%;margin-bottom:10px;}
.col-2 {width: 16.66%;margin-bottom:10px;}
.col-3 {width: 25%;margin-bottom:10px;}
.col-4 {width: 33.33%;margin-bottom:10px;}
.col-5 {width: 41.66%;margin-bottom:10px;}
.col-6 {width: 96%;margin-bottom:40px;}
.col-7 {width: 58.33%;margin-bottom:10px;}
.col-8 {width: 66.66%;margin-bottom:10px;}
.col-9 {width: 75%;margin-bottom:10px;}
.col-10 {width: 83.33%;margin-bottom:10px;}
.col-11 {width: 91.66%;margin-bottom:10px;}
.col-12 {width: 98%;margin-bottom:40px;}


.insidecol-6L{
		width: 40%;
		float: left;
		border: none;
	}
	
.insidecol-6R{
	width: 56%;
	float: left;
	border: none;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}

.insidecol-6VID{
	width: 56%;
	float: right;
	border: none;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

@media only screen and (max-width: 579px) {
  /* For mobile phones: */
  [class*="col-"] {
	width: 94%;
  }
  .col-6 {margin-bottom:30px;}
  
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}
	.videoWrapper iframe {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 70%;
		  height: 70%;
	}
	
	.insidecol-6L{
		width: 96%;
		float: left;
		border: none;
		margin-left:0px;
		margin-right:0px;
	}
	
	.insidecol-6R{
		width: 96%;
		float: left;
		border: none;
		margin-left:0px;
		margin-right:0px;
		text-align:left;
	}
	.insidecol-6F{
		width: 96%;
		float: left;
		border: none;
		margin-left:0px;
		margin-right:0px;
		text-align:left;
	}
	.insidecol-6VID{
		float: left;
	}
}
@media only screen and (min-width: 580px) and (max-width: 950px) {
  /* For tablets: */
  [class*="col-"] {
	width: 94%;
  }
  .col-6 {margin-bottom:30px;}
  
  .videoWrapper {
		  position: relative;
		  padding-bottom: 56.25%; /* 16:9 */
		  height: 0;
	}
	.videoWrapper iframe {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 70%;
		  height: 70%;
	}
	.insidecol-6L{
		width: 44%;
		float: left;
		border: none;
		margin-left:0px;
		margin-right:0px;
	}
	
	.insidecol-6R{
		width: 56%;
		float: left;
		border: none;
		margin-left:0px;
		margin-right:0px;
		text-align:left;
	}
	
	/*[class*="insidecol-"] h5{
		background: #5468c6;
		color: #ffffff;
		font-size:20px;
		text-align:left;
	}*/
}

.ensembles2021 h4{
	background: #5468c6;
	color: #ffffff;
	font-size:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align:center;
}
.ensembles2021 p{
	color: #000000;
	font-size:15px;
	padding-left: 10px;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align:left;
}
  
.vocal_third p{
	text-align:center;
}
  
.ensembles2021 i{
	font-style: italic;
}

[class*="col-"] img {
	max-width: 100%;
	height: auto;
	max-height:300px;
	text-align:center;
	margin:auto;
	display:block;
}
/*[class*="col-"] imgxx {
	max-width: 100%;
	height: auto;
	max-height:300px;
	text-align:center;
	margin:auto;
	display:block;
}*/

.myVidFrame2021 {
	max-width: 500px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:5px;
} 

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	/*padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;*/
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom:10px;
}

.ensembles2021 .center-vocal-container2021 {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.ensembles2021 .vocal_img_container2021 {
  width:auto;
  max-width:100%;
  text-align:center;
  padding-bottom: 10px;
}

.ensembles2021 .vocal_img_container2021 img {
  max-height: 200px;
  margin:auto;
  display:block;
  text-align:center;
}