.modal-zoom {
	/*position: relative;*/
	margin: 10px;
	/*height: 200px;*/
	border: 1px solid #e4e4e4;
  border-radius:10px;
  padding: 10px;
}

.modal-zoom .modal-zoom-content {
	/*position: absolute;*/
	/*height: 200px;*/
	margin: auto;
}
.modal-zoom .modal-zoom-content video {
	 width: 80%;
}

/* The Close Button */
.modal-zoom .close {
    position: fixed;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.modal-zoom .close:hover,
.modal-zoom .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal-zoom-back {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* 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.9); /* Black w/ opacity */
}
