/* CSS Document */


.thumb h3{
	color: #FFF;
	font-size: 20px;
}

.categories li{
	width: 100%;
}

#bannerImage img{
  
  
  
  
  min-height:100px;
  
}


.videoTiktok {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  text-align: center center; 
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  
}



.__videoTiktok{
	display: block;
	 min-height: 500px;
	}
.__videoTiktok {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	
}
.__videoTiktok {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	min-height: 500px;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




__________label{
	width: 280px; 
	font-size: 1em; /* Ideal: 12px */
	font-style: italic;
	text-align: right;
	color: #7E0000;
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
}