
  .video-top .modal-dialog {
	max-width: 800px;
	width: 100%;
	top: 25%;
  }

  .video-top .show {
	display: block !important;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.7);
  }

  .video-top .modal-content {
	border: 0;
	border-radius: 30px;
	position: relative;
	padding: 10px 20px;
	float: left;
	height: 100%;
	width: 100%; 
  }

  .video-top .modal-body {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
  }
  .video-top .modal-body img {
	width: 100%;
  }

  .video-top .embed-responsive {
	border-radius: 0;
  }

  /* Top right close button */
  .video-top .modal-close-btn {
	width: 30px;
	height: 30px;
	opacity: 1;
	background: transparent;
	border: 0;
  }
  .video-top .modal-close-btn {
	position: absolute;
	right: 10px;
	z-index: 999;
	top: 10px;
  }
  .video-top .btn-close .img-fluid {
	display: inline-block;
	max-width: 25px;
	height: auto;
	position: absolute;
	right: 30px;
  }

  .video-top .fade {
	opacity: 1;
	z-index: 99999;
  }


  /* Responsive iframe height */
  @media (max-width: 768px) {
	.embed-responsive-16by9 {
	  height: auto;
	}
  }
  @media (max-width: 767px) {
	.modal-dialog {
	  width: 94%;
	}

  }
  @media (max-width: 575px) {
	.video-top .modal-content {
	  padding: 10px 20px;
	  height: 320px;
	  width: 94%;
	}
	.video-top .modal-dialog {
	  top: 32%;
	}
  }
  @media (max-width: 420px) {
	.video-top .modal-content {
	  height: 220px;
	}
  }

  .video-top .video-bg {
	max-width: 780px;
	margin-top: 30px;
	width: 100%;
  }
  /* Vimeo video css */
  .video-section {
	padding: 20px 0px;
	display: flex;
	justify-content: center;
  }

  .video-wrapper {
	position: relative;
	width: 100%;
	max-width: 960px; /* limits size on large screens */
	padding-top: 50%; /* 16:9 Aspect Ratio */
	height: 0;
	overflow: hidden;
  }

  .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }
  .video-top .modal {
	--bs-modal-border-color: none;
	  --bs-modal-header-border-color: none;
	}
