﻿.stripes{
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.title{
 font: bold 24px Helvetica, Arial, sans-serif; 
 text-transform: uppercase;
 display: block;
 width: 100%;
 position: absolute;
 top:80%;
}
.short{
padding-top: 15px;
}
#one{

  background: url("img/bg1.png") #8d48ed;
}
#two{

  background: url("img/bg2.png") #08a3ca;


}
#three{
   background: url("img/bg3.png") #94b804;

}
#four{
   background: url("img/bg4.png") #eb281d;

}
#one, #two, #three, #four{

  position: relative;
  color: #fff;
  display: block;
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  moz-transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right 40px center;
}