@charset "utf-8";

.carousel-caption-left h1 {
  position: absolute;
  left: 20%;
  bottom: 50%;
  z-index: 10;
  padding: .5%;
  color: #ffffff;
  text-align: left;
  font-size: 200%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: grey;
  filter:alpha(opacity=80);
    opacity:.8;
 }
 
 .carousel-caption-left p {
  position: absolute;
  left: 20%;
  bottom: 41%;
  z-index: 10;
  padding: .3%;
  color: #ffffff;
  text-align: left;
  font-size: 120%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: grey;
  filter:alpha(opacity=80);
    opacity:.8;
 }

.carousel-caption-right h1 {
  position: absolute;
  right: 20%;
  bottom: 50%;
  z-index: 10;
  padding: .5%;
  color: #ffffff;
  text-align: right;
  font-size: 200%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: grey;
  filter:alpha(opacity=60);
    opacity:.6;
 }
 
  .carousel-caption-right p {
  position: absolute;
  right: 20%;
  bottom: 41%;
  z-index: 10;
  padding: .3%;
  color: #ffffff;
  text-align: right;
  font-size: 110%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: grey;
  filter:alpha(opacity=60);
    opacity:.6;
 }