/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.modal {
  z-index:99999;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.video-container{

   margin-top:40px;
   margin-bottom:50px;

}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding-top:10px;
  padding-left:50px;
  padding-right:50px;
  padding-bottom:10px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close-popup {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
z-index:2;
}

.close-popup:hover,
.close-popup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal .button{
color:#fff;
margin:0 auto;
background:red;
border-radius:5px;
border-color:red;
width:100%;
height:50px;
margin-bottom:40px;
}
.modal .button:hover{
color:#000;
background:#fff;
border-color:red;

}

@media screen and (max-width: 992px) {
   .modal-content {
  width: 95%;
    }
}