
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	/* Fullwidth video */
	#fullwidth-video .fullwidth-video-bg video {border-left: 0;}

	/* About us */
	#about-us:before {display: none;}

	/* About us */
	#activities:before {display: none;}

	/* Banner */
	#banner p,
	#banner a {font-size: 1rem;}

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {}