  /* Modal CSS */
.launch-modal {
	position: relative;
	width: 100%;
	display: block;
}
.modal-content {
  background: none;
}

.modal-header .btn-close {
  color: #ffffff;
  background: none;
  border: none;
}

.modal-body {
  padding: 0px;
}

.modal-header {
  border: none;
}

.launch-modal img.play-btn {
  position: absolute;
  z-index: 100;
  text-align: center;
  width: 20% !important;
  left: 40%;
  top: 33% !important;
}

.launch-modal img {
  width: 100%;
  height: auto;
}
.modal-col-header {
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.4em;
}

.modal-dialog {
  max-width: 80%; /* Updated to use Bootstrap 5's preferred syntax */
}

.launch-modal img.play-btn-lur {
  position: absolute;
  z-index: 100;
  text-align: center;
  width: 20% !important;
  left: 40%;
  top: 25%;
}
.modal-header .btn-close {
  position: relative;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 1.5em;
  background: none;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-shadow: none;
}

.modal-header .btn-close::before {
  content: "×"; /* Unicode for "X" */
  font-size: 1.5em;
  color: #ffffff;
}
 @media screen and (min-width: 768px) {

.modal-body iframe {
	width: 100%;
	height: 600px;
	position: relative;
}
}
.ria-launch-modal .play-btn {
	padding-top: 20% !important;
}
/* End Modal CSS */