/* Mobile: use the <img>, disable background to prevent double render */
@media (max-width: 520px) {
  /* Base carousel sizing (works desktop & mobile) */
	#welcomeSlider,
	#welcomeSlider .carousel-inner,
	#welcomeSlider .carousel-item {
	  width: 100%;
	  height: 100% !important;            /* <-- kill the 100% height chain */
		position: fixed;
    	top: 100px;
    	left: 0;
    	max-height: 400px;
	}
	
	.carousel-content {
	  position: fixed;
	  top: 81%;
	  left: 12px;
	}
	
}