div#myCarousel {
    background: #111b25;
	color: #fff;
	padding: 0;
	margin: 0;
}

div#myCarousel .txt-xlarge {
    font-size: 2.5em;
	line-height: 1.1;
}


.w {
  margin: 0 auto;
  white-space: nowrap;
  /* max-width: 1200px; */
  width: 100%;
  height: 380px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(66, 66, 66, 0.5) url(../images/Coppell-locksmith-emergency-service-2.jpg) repeat fixed;
  background-position: 50% 130%;
  background-size: auto;
  position: relative;
  z-index: 5;
  font-size: 0;
}

.i {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 4;
  padding: 2px;
  transition: all 1.3s ease-in-out;
  background: rgba(66, 66, 66, 0.5) url(../images/Coppell-locksmith-emergency-service-1.jpg) repeat fixed;
  background-size: auto;
  background-position: 50% 130%;
  border-radius: 0%;
}
.i:hover {
  transition: all 0s linear;
  opacity: 0;
}

.h {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  top: 35px;
  font-size: 40px;
  color: #ffffff;
  text-shadow: 1px 4px 10px rgba(87, 87, 80, 0.85);
  font-weight:bold;
}

p.txt-large {
    color: #ffe700;
}


@media (max-width: 319px) {

	div#myCarousel .txt-xlarge {
    	font-size: .5em;
	}
	
}

@media (min-width: 320px) and (max-width: 399px) {

	div#myCarousel .txt-xlarge {
    	font-size: .5em;
	}
	
}

@media (min-width: 400px) and (max-width: 767px) {

	div#myCarousel .txt-xlarge {
    	font-size: 1.2em;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}