.video-content div.video-card, .video-content .video-description {
			display:none;
		}
		
		
		.video-content div.video-card:nth-child(-n+4) {
			display:block;
		}
		
		.video-content div.video-card:nth-child(1) {
			display:none;
		}
		
		.podcast-container {
			background:#000;
			display:flex;
			max-width:1420px;
			margin:0 auto;
			padding: 1.5rem 0 1.5rem 1.5rem;
			align-items: start;
			font-size:1em;
		}
		
		
		.play-list-title-container {
			max-width:1420px;
			margin:0 auto;
			padding: 1.5rem 0 1.5rem 1.5rem;
			}
		
		.preview {
			width: 69%;
			margin:0;
			text-align: center;	
			font-size:1rem;
		}
		
		.video-content {
			display:flex;
			justify-content: left;
			flex-wrap: wrap;
			width:23.5%;
		}
		
		.video-content .video-card {
			margin: 0 0 1rem 8%;
			width:92%;
			background:#111;
			cursor:pointer;
			position:relative;
		}
		
		
		.video-content .video-card .thumb {
			background-size:cover;
			background-position:center 50%;
			width:100%;
			aspect-ratio: 16 / 9;
		}
		
		.video-content .video-title {
			padding:6px 8px 0 8px;
			color:#fff;
			font-size:0.9rem;
			font-weight:500;
			position:absolute;
			bottom:0;
			background:#222;
			opacity:0.99;
			width:100%;
		}
		
		.video-content .video-title p {
			margin:0.2rem 0 0.3rem 0;
			line-height:130%;
		}
		
		.video-content .video-title span {
			color:#fff200;
			font-size:0.8rem;
			width:100%;
			clear:both;
			font-weight:300;
		}

		.video-info {
			color:#fff;
			text-align:left;
			padding:2rem 0;
		}
		
		.video-info h5.h-5 {
			color:#fff;
			margin-bottom:2rem;
			font-size:1.5rem;
			line-height:120%;
		}
		
		.video-info p {
			font-weight:200;
			width:90%;
			font-size:0.9rem;
		}


		#play-list-title {
			color:#fff!important;
		}
		
		@media (max-width: 1200px) {
		.preview {
			width: 70%;
		}
		}	
		
		
		@media (max-width: 1100px) {
	 
		.preview {
			width: 66%;
		}
		
		.video-content {
			width:32%;
		}
		
		.video-content .video-card {
			margin: 0 0 0.5rem 6%;
		}	
			
	 
	 } 
	 
	 
	 @media (max-width: 900px) {
	 
	 
	 .podcast-container { 
		flex-wrap:wrap;
		padding:0;
	 }
	 
	.preview {
			width: 100%;
		}
		
	.video-content {
			width:100%;
			padding-bottom:1.5rem;
			
		}	
		
	
	.video-content .video-card {
			margin: 0 0 1.5rem 4%;
			
			width:91vw;
			white-space:normal;
			border:solid 1px #666;
		}	
		
		
		.video-info h5.h-5,	.video-info p {
			padding-left: 1.5rem;
		}
		
		.video-info p {
			
			width:100%;
			font-size:0.9rem;
		}
		
		.video-content .video-title {
			font-size:1.2rem;
			}
		
		
		.video-js .vjs-big-play-button { 
		
			/*display:none!important;*/
		}
		
	 
	 } 
	 
	 @media (max-width: 669px) {
	 
	 .video-content .video-title {
			font-size:0.9rem;
			}
	 
	 .video-info h5.h-5,	.video-info p {
			width: 85vw;
		}
		
		.video-info p {
			font-size:0.82rem;
		}
		
		.video-content .video-card {
			margin: 0 0 1.5rem 5.5%;
			
			width:88vw;
			
		}
	 
	 }
	 
	 /* CUSTOM controls */
	.video-js .vjs-control-bar { padding-top:1.27rem; padding-bottom:1.27rem; }
	.video-js .vjs-progress-control { margin-top:0.9rem; }
	.video-js .vjs-slider { background-color:#666; }
	.video-js .vjs-load-progress div { background:#f4f4f4; }
	.video-js .vjs-play-progress { background-color:#fff200; }
	.video-js .vjs-play-progress:before { color:#fff200; }
	.vjs-button > .vjs-icon-placeholder:before { color:#fff200; }
	 
	 /* CUSTOM VIDEO JS BUTTON */
	 .video-js .vjs-control-bar {
			background: #000;
		}

		.video-js .vjs-big-play-button {
			width:5rem;
			height:5rem;
			font-size:3rem;
			top: 49.8%;
			left: 53.5%;
			line-height:unset;
			background-color:#fff200;
			border-radius:100%;
			border: 0;
		}
		
		.video-js .vjs-big-play-button:hover, .video-js:hover .vjs-big-play-button {
			background-color:#000;
		}
		
		.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
			color:#111;
			top:17.9%;
		}
		
		
		.video-js .vjs-big-play-button:hover .vjs-icon-placeholder:before, .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before {
			color:#fff200;
		}
		
		 @media (max-width: 800px) {
		 
		 .video-js .vjs-big-play-button {
			display:none;
			width:3rem;
			height:3rem;
			font-size:2rem;
			top: 49.8%;
			left: 53.5%;
			
		}
		 
		 }