/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

/* mySlides */
@media (min-width:20em) { /* smartphones, iPhone, portrait 480x320 phones */
.w3-display-bottomleft {
	display: none;
	}
}
@media (min-width:30.063em) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
.w3-display-bottomleft {
	display: block;
	width: 100%;
	}
}
@media (min-width:40.063em) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
.w3-display-bottomleft {
	display: block;
	width: 100%;
	}
}
@media (min-width:60.063em) { /* tablet, landscape iPad, lo-res laptops ands desktops */
.w3-display-bottomleft {
	display: block;
	width: 100%;
	}
}
@media (min-width:64.063em) { /* big landscape tablets, laptops, and desktops */
.w3-display-bottomleft {
	display: block;
	width: 100%;
	}
}