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

.threeitemsslider_video_modal .modal-content, .threeitemsslider_photo_modal .modal-content {
	background: transparent;
	border: none;
}

.threeitemsslider_video_modal .modal-footer, .threeitemsslider_photo_modal .modal-footer {
	border-top: none;
  justify-content: center;
}

.threeitemsslider_video_modal .modal-footer p, .threeitemsslider_photo_modal .modal-footer p {
	text-shadow: 0 0 4px black;
}

.threeitemsslider_video_modal .btn-close, .threeitemsslider_photo_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);
    opacity: 0.8;
}

.threeitemsslider_video_modal .btn-close:hover, .threeitemsslider_photo_modal .btn-close:hover {
    opacity: 1;
}

.vp-center #player {
	height: auto !important;
}

#three-items-slider a {
	cursor: pointer;
}

@media (min-width: 576px) {
	#three-items-slider a {
		height: 300px;
	}
}

#three-items-slider a img {
	max-height: 300px;
	width: auto;
}
