

#closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 3%;
    top: 6%;
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;


    z-index: 100004;
}
#opct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.8;
}
#videCont{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 30%;
    height: 0;
    margin: auto;
    max-width: 900px;
    height: 0;
    height: auto !important;
}
#videCont2{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 350px;
        z-index: 999999;
    height: 0;
    height: auto !important;
}
#v1{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}
#video1{
    cursor: pointer; cursor: hand;
}

#vidBox {
    backdrop-filter: blur(6px);
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 19% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 450px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 21px;
    font-weight: 500;
    line-height: 33px;
}
input {
width: 238px;
    height: 40px;
    padding: 0 8px;
    color: #000;
    font: 13px Helios;
    border: 1px solid #ccc;
    border-right: none;
    background: #fff;
}
.submit_btn {
width: 100px;
    height: 41px;
    text-transform: uppercase;
    color: #fff;
    border: 0px solid #ccc;
    background: #da251c;
    cursor: pointer;
    transition: all .2s linear;

}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
