.steps {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #FFF;
  padding: 50px;
  text-align: center;
}
.steps button {
  border: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  font-size:22px;
  padding: 7px 30px 9px;
  background: #5b5b5b;
  border: none;
  color: #fff;
  vertical-align: middle;
}
.steps button.byes {
  background:#00e500;
  color: #FFF;
  font-size: 45px;
  border: 1px solid #ca1f26;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
  background: #ca1f26;
  background: -moz-linear-gradient(top, #ca1f26 0%, #6f0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ca1f26), color-stop(100%, #6f0000));
  background: -webkit-linear-gradient(top, #ca1f26 0%, #6f0000 100%);
  background: -o-linear-gradient(top, #ca1f26 0%, #6f0000 100%);
  background: -ms-linear-gradient(top, #ca1f26 0%, #6f0000 100%);
  background: linear-gradient(to bottom, #ca1f26 0%, #6f0000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ca1f26', endColorstr='#6f0000', GradientType=0);
  position: relative;
}
#step9 {
  position: relative;
  background: #000;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.steps h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  line-height: 32px;
  color: #ee1fa1;
  font-family: sans-serif;
}
.steps p {
  margin: 20px auto;
  width: 100%;
  font-size:28px;
  line-height:35px;
  font-family: sans-serif;
  border-bottom: 10px solid #252525;
  color: #ffda2c;
  font-weight: 900;
  padding-bottom: 1.2em;
  text-transform: uppercase;
}
.steps img.loadit {
  display: block;
  width:45px !important;
  height:45px !important;
  margin: 0px auto 10px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.steps img.loadit.nomid {
  display: block;
  width:45px !important;
  height:45px !important;
  margin: 0px auto 10px !important;
  position: relative;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
}
.steps h3 {
  color: #fff;
  text-transform: uppercase;
  font: bold 40px/1 Helvetica,Arial,sans-serif;
  width: 100%;
  margin: 0px auto;
}
/* overrides */
.steps {
  padding:30px; 
}
.steps h3 {
  font: bold 16px/1 Helvetica,Arial,sans-serif;
  padding: 0px 0px 10px;
  letter-spacing: 0px;
}
.steps p {
  margin: 0px auto 10px;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
}
.steps button {
  font-size: 15px;
}
.steps button.byes {
  font-size: 25px;
}
.steps button.byes:after {
  content:'';
  display: block;
  width: 0px;
  margin: 0px auto;
  background: rgba(255,255,255,0.2);
  height: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.steps button.byes:hover:after {
  width:100%;
}
.seeme {
  background-color: rgba(65, 65, 65, 0.88);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (min-width: 1200px) {
  .steps {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #FFF;
    padding: 40px;
  }
  .steps button {
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    font-size:22px;
    padding: 7px 30px 9px;
    background: #5b5b5b;
    border: none;
    color: #fff;
    vertical-align: middle;
  }
  .steps button.byes {
    background:#00e500;
    color: #FFF;
    font-size: 45px;
    border: 1px solid #ca1f26;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
    background: #ca1f26;
    background: -moz-linear-gradient(top, #ca1f26 0%, #6f0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ca1f26), color-stop(100%, #6f0000));
    background: -webkit-linear-gradient(top, #ca1f26 0%, #6f0000 100%);
    background: -o-linear-gradient(top, #ca1f26 0%, #6f0000 100%);
    background: -ms-linear-gradient(top, #ca1f26 0%, #6f0000 100%);
    background: linear-gradient(to bottom, #ca1f26 0%, #6f0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ca1f26', endColorstr='#6f0000', GradientType=0);
    position: relative;
  }
  #step9 {
    position: relative;
    background: #000;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .steps h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    color: #ee1fa1;
    font-family: sans-serif;
  }
  .steps p {
    margin: 20px auto;
    font-size:21px;
    line-height:22px;
    font-family: sans-serif;
    border-bottom: 10px solid #252525;
    color: #ffda2c;
    font-weight: 900;
    padding-bottom: 1.2em;
    text-transform: uppercase;
  }
  .steps img.loadit {
    display: block;
    width:45px !important;
    height:45px !important;
    margin: 0px auto;
  }
  .steps h3 {
    color: #fff;
    text-transform: uppercase;
    font: bold 28px/1 Helvetica,Arial,sans-serif;
    padding: 0px 0px 10px;
    letter-spacing: 0px;
    line-height: 32px;
    margin: 0px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps {
    padding:30px; 
  }
  .steps h3 {
    font: bold 16px/1 Helvetica,Arial,sans-serif;
    padding: 0px 0px 10px;
    letter-spacing: 0px;
  }
  .steps p {
    margin: 0px auto 10px;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .steps button {
    font-size: 15px;
  }
  .steps button.byes {
    font-size: 25px;
  }
}
@media only screen and (max-width : 768px) {
}
@media (min-width: 200px) and (max-width: 767px) {
  h3 {
    font-size: 15px;
    letter-spacing: 0px;
    padding: 10px;
  }
  .videoView,
  .videoView span,
  .rating,
  .like,
  .bad,
  .videoRight a {
    font-size:9px;
    padding-left: 4px;
  }
  .player-reg-window2-container {
    height: 100%;
    margin: 0px auto;
  }
  .steps {
    padding: 15px;
  }
  .steps p {
    font-size: 15px;
    line-height: 15px;
  }
  .steps button {
    font-size: 15px;
    line-height: 18px;
  }
  .steps h3 {
    font-size:15px;
    line-height:16px;
  }
  .steps button.byes {
    font-size: 20px;
  }
  .player-window-play {
    height: 68px;
    left: 50%;
    margin-left: -34px;
    margin-top: -34px;
    width: 68px;
    opacity:1;
    background-size: contain;
  }
  .control_right {
    margin-right: 0px;
  }
  .control_left {
    padding-left: 0px;
  }
  .topbanner {
    padding: 10px;
  }
  .topbanner p {
    font-size: 14px;
  }
  .thesets {
    padding: 0px;
  }
  .steps button.byes:after,
  .steps button.byes:hover:after {
    display: none;
  }
}