<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.carousel-caption h1{
  color: white;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.img-class{
  height: 450px;
  width: 100%;
}

@media only screen and (min-width:800px) {
  .ncontainer{

  	display:none;


  }

}
@media only screen and (max-width:800px) {

.section-cont{
  display:none;
}

.ncontainer{

	display:block;


}



}
</pre></body></html>