/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 06:19:09 */
/* Home Page */

@media screen and (min-width: 431px) and (max-width: 1025px){
	.ctm-home-page-video .epyt-gallery-allthumbs.epyt-cols-3 {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
	}
	
	.ctm-home-page-video .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb {
    	width: 50% !important;
    	padding-bottom: 20px !important;
	}
}

@media screen and (max-width: 431px){
	.ctm-home-page-video .epyt-gallery-allthumbs.epyt-cols-3 {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
	}	
	
	.ctm-home-page-video .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb {
    	width: 100% !important;
    	padding-bottom: 20px !important;
	}
}

.ctm-home-page-video .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb .epyt-gallery-title {
    color: #fff !important;
}