<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
	display: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: #ee3f39;
	display: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: #eee;
    border-radius: 100%;
    height: 15px;
    width: 15px;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot.active {  
	 background: #ee3f39;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    background: none !important;
}
.ptitlelg {
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin-bottom: 2rem;
    min-height: 3rem;
    margin-top: 1rem;
    padding: 0 1rem;
}
.yt-channel {
    display: flex;
    flex-wrap: wrap;
}
.yt-channel &gt; div.item {
    width: 33%;
    border: 2px white solid;
    position: relative;
}
.wwc-playlist {
    margin-top: 5px;
}
.wwc-yt-channels a.video-thumb {
    display: block;
    background: #11274d;
    position: relative;
    opacity: 1;
    max-width: 100%;
}
.wwc-yt-channels a.video-thumb img {
   opacity: 1;
   transition: all .5s ease;	
}
.wwc-yt-channels a.video-thumb:hover img {
   opacity: 0.7;
}
.wwc-yt-channels a.video-thumb.active img {
   opacity: 1;
}
.wwc-yt-channels a.video-thumb .picon {
    display: flex;
    position: absolute;
    z-index: 103;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 200%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    opacity: 0;
	transition: .5s all ease;
}
.wwc-yt-channels a.video-thumb:hover .picon {
    opacity: 1;
}
.wwc-yt-channels a.video-thumb.active .picon {
    border: 5px #f9ca80 solid;
}
.video-thumb .psvg {
    width: 25%;
    height: 25%;
    margin: 0 35.5%;
}
.video-thumb:hover .psvg svg path.ytp-large-play-button-bg {
    fill: #e93223;
}
.ptitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    color: white;
    font-size: 0.7rem;
    padding: 3%;
}
.wwc-yt-channels a.video-thumb {
    border: 1px #000 solid;
}
@media (max-width: 900px) {
	.ptitlelg {
		font-size: 0.8rem;
		line-height: 1.2rem;
		margin-bottom: 1.5rem;
		min-height: 2rem;
		margin-top: 0.5rem;
		padding: 0;
	}
}
 @media (max-width: 500px) {
	 .wwc-yt-channels a.video-thumb {
    	border: 1px #000 solid;
    	width: 100%;
	}
	.yt-channel &gt; div.item {
		width: 100%;
		border: 2px white solid;
		position: relative;
		display: flex;
		background: white;
		border: 1px solid rgba(0,0,0,0.1);
		margin-bottom: 1rem;
		padding: 0;
		border-radius: 0;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	}
	
	 .ptitlelg {
		flex: .66;
		margin: 0; 
		padding: 0.5rem;
		font-size: 1.4rem !important;
		font-family: 'coGothamBlack';
		line-height: normal;
	 }
	  .wwc-yt-channels a.video-thumb {
		border: 7px #ffffff solid;
		width: 100%;
		flex: .5;
		}
	 .wwc-yt-channels a.video-thumb .picon {
		 opacity: 1;
	 }
}</pre></body></html>