.vidPopup .str-ModalBack {
	position: fixed;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	cursor: pointer;
}

.vidPopupItem {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 75vw;
	padding-bottom: 40%;
}

.vidPopupItem iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
}

@media (max-width: 420px) {
	.vidPopupItem {
		width: 100vw;
		padding-bottom: 56.25%;
	}
}

img[data-pop-vid] {
	cursor: pointer;
	width: auto;
	height: 300px;
    margin-left: auto;
    margin-right: auto;
}



body {margin:2rem;}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}