.videothumb {
    width: 50%;
}
.video-info {
  margin-bottom: 10px;
}
.video-info > p {
	width: 100%;
	font-size: 14px;
	margin: 5px 0 0 !important;
}

.video-info > p .video-title {
  width: 98%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.thumbContainer a.imglink {
	width: 100%;
	display: block;
}

.thumbContainer a.imglink > img {
	width: 100%;
}

.btn.btn-submit.btn-sm-full {
	background: green;
}

.btn.btn-submit.btn-sm-full:hover {
  color: #fff;
  background: #2ecc71;
}

.duration-info {
  margin-top: 4px;
}
.box-stretch.videothumb {
    width: 100%;
    display: block;
    overflow: hidden;
}
#videoplayer {
  position: relative;
}
.formWrapper {
  position: absolute;
  top: 45%;
  margin-top: -230px;
}
.video-header-text h2 {
  padding: 2px;
  margin: 5px;
}
.player-btnx {
  background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 40px;
  height: 80px;
  left: 50%;
  line-height: 2.1;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0.95;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
}
.player-btnx .fa.fa-play {
  left: 5px;
  position: relative;
}
.player-btnx:hover {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  opacity: 1;
}
.video-denied {
  background: rgba(30, 30, 30, 0.4) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.video-denied.show-denied {
  visibility: visible;
  opacity: 1;
}
.video-denied .denied-message {
  position: relative;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
.video-denied .denied-message h1 {
  color: #c2000c;
  font-size: 60px;
  font-weight: 800;
}
.video-denied .denied-message div {
  color: #fff;
  font-size: 26px;
}
.video-denied .denied-message a {
    margin: 40px;
}
.video-denied .btn {
    transform: scale(1.5);
}
.video-denied .btn-default:hover, .video-denied .btn-default:focus {
    background: #ff2f39 none repeat scroll 0 0;
    border-color: #991a1a;
    color: #fff;
}
.video-denied .btn.large {
    font-size: 24px;
    height: 56px;
    line-height: 52px;
    text-transform: uppercase;
    line-height:1.6;
}
.video-denied .btn-default {
    background: #ff2f39 none repeat scroll 0 0;
    border-color: #ff2f39;
    border: 4px solid;
    color: #fff;
}
@media (min-width: 992px){
  .video-header-text h2 { 
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .sprite-awards {
	  margin: 18px auto;
	  display: block;
  }
  .col-feat-left {
	  padding: 0 15px 15px 15px; */
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .formWrapper {
	  margin-top: -245px !important;
  }
  .box-join input[type="text"], .box-join input[type="password"] {
	  font-size: 18px;
	  padding: 17px 15px; 
  }
  .box-join .package-price {
	  font-size: 16px;
  }
  .input-group.btn-default.btn-red {
	  margin-top: 12px;
  }
}