/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2025 | 09:30:45 */
html {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}



/* .programme_slider > div {
	position: relative;
	width: 100vw !important;
	right: 0;
} */

.display_on_mobile {
	display: none !important;
}




.home_slider {
    position: relative;
    padding-left: calc((100vw - 1252px) / 2);
    max-width: 100vw;
}




@media(max-width: 1300px) and (min-width:1200px) {
	.e-con > .e-con-inner {
	max-width: 1140px;
}
	html {
	font-size: 57%;
}
	.home_slider {
    position: relative;
    padding-left: calc((100vw - 1152px) / 2);
    max-width: 100vw;
}
}


@media(max-width: 1199px) and (min-width:1025px) {
	.e-con > .e-con-inner {
	max-width: 960px;
}
	html {
	font-size: 48%;
}
	.home_slider {
    position: relative;
    padding-left: calc((100vw - 972px) / 2);
    max-width: 100vw;
}
}








@media(max-width:768px) {
	.display_on_mobile {
	display: block !important;
}

}








































