/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.ms-parent-id-2 > .master-slider{ background:rgba(0, 0, 0, 0); }
/* Disable button when the screen is too small */
@media screen and (max-width: 1280px) {
	.ms-skin-light-3 .ms-nav-prev {
		display: none !important;
	}
	.ms-skin-light-3 .ms-nav-next {
		display: none !important;
	}
}

/* Disable Bullet */
@media screen and (max-width: 800px) {
	.ms-bullets {
		display: none;
	}
}