.outage-slide {
      height: 200px; 
	  width: 600px;
	  left: 30%;
	  right: 30%;
	  top: 30%;
	  bottom: 30%;
	  position: absolute;
	  margin:0px auto; 
	  display: block;
 }

 @media only screen and (max-width: 640px) {
    .outage-slide {
      height: 150px; 
	  width: 450px;
	  left: 5%;
	  right: 5%;
	  top: 5%;
	  bottom: 5%;
	} 
 }
 @media only screen and (max-width: 410px) {
    .outage-slide {
      height: 100px; 
	  width: 300px;
	  left: 2%;
	  right: 2%;
	  top: 2%;
	  bottom: 2%;
	} 
  }    