.simple-intro-video-block-image {
  height: max-content;
}

.simple-intro-video-block-main-text {
  max-height: 21rem;
  overflow: auto;
  padding-right: 0.5rem;
}

.simple-intro-video-block-main-text p:last-child {
  margin-bottom: 0;
}

.author_video_modal .modal-body {
	position: relative;
	background-color: var(--bs-dark);
}

.author_video_modal .modal-content {
	background: transparent;
	border: none;
}

.author_video_modal .modal-footer {
	border-top: none;
  justify-content: center;
}

.author_video_modal .modal-footer p {
	text-shadow: 0 0 4px black;
}

.author_video_modal .btn-close {
	position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 0 0 0 0.8rem;
    background-color: var(--bs-light);
    filter: none !important;
    opacity: 0.8;
}

.author_video_modal .btn-close:hover {
    opacity: 1;
}
