

* {
  padding: 0;
  margin: 0;
  font-family: 'Open sans';
  font-weight: normal;
  font-size: 1em;
}


#content {
  background-image: url(bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #444;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
  background-position: 0 250px;
}
.green {
  background: rgba(58,130,90,0.8);
  width: 100%;
  height: 100%;
-webkit-box-shadow: inset 0px 0px 300px -15px rgba(0,0,0,0.35);
-moz-box-shadow: inset 0px 0px 300px -15px rgba(0,0,0,0.35);
box-shadow: inset 0px 0px 300px -15px rgba(0,0,0,0.35);
  
}
.logo {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 100px;
  z-index: 99;
}
.logo img {
  width: 100%;
}
.hide {
  display: none;
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 30%;
}
.slide:nth-child(1) {
  background-image: url(img1.png);
  background-position: 80% -4px;
}

.slide:nth-child(3) {
  background-image: url(img2.png);
  background-position: 80% -21px;
}

.text {
  margin: 5px;
  width: 50%;
}
.slide:nth-child(2) .text {
  margin: 5px;
  width: 82%;
}
.slide:nth-child(4) .text {
  margin: 5px;
  width: 54%;
  display: inline-block;
}
.text img {
  width: 100%;
}

.cta {
  background: #b41732;
  width: 130px;
  border-radius: 8px;
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
  font-weight: bold;
  /* margin-top: 20px; */
  display: inline-block;
  position: absolute;
  right: 20%;
  bottom: 28%;
}
li {
  list-style-type: none;
}
.text img {
  width: 100%;
}