
#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}

.video-container {
width:auto;
margin: 0 auto;
position:relative;
}

.video {
/*background-image: url(../img/factory-upgrade-video2.PNG);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;*/

  background: url(../img/factory-upgrade-video2.PNG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn{
  background-color: #81b7b3;
  border-color:#81b7b3;
  width:220px!important;
  border-radius:10px!important;
}
.btn:hover{
  background-color: #539a95;
  border-color:#539a95;
}
.blog-titile{
  margin-bottom:0px;
  padding-top:10px;
  padding-bottom:10px;
}
.blogcontent{
    background: rgba(250, 250, 250, 0.8);
    border-radius: 10px;
    padding: 25px;
}

.social{
    width: 50px!important;
    border-radius: 100%!important;
}
.download-section{
    background-color: white!important;
    color:black!important;
}
.ben-pad {
    padding-bottom: 5px!important;
}
.sizecheck {
    font-size: 30px!important;
}