.shortcode-darkroom_series .card-img-overlay{
	cursor: pointer;
}
.shortcode-darkroom_series-modal a:not(.btn){
	color: inherit;
	border-bottom: dotted 1px;
}
.shortcode-darkroom_series-modal .col-inner{
	@media (min-width: 992px) {
		height: calc(100vh - 125px) !important;
	}
}
.shortcode-darkroom_series-modal .modal-content{
	background: linear-gradient(45deg, #212529 0%, #1a1d20 100%);
}
.shortcode-darkroom_series-modal .carousel-control-prev,
.shortcode-darkroom_series-modal .carousel-control-next{
	@media (max-width: 991.98px) {
		position: relative !important;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}
.shortcode-darkroom_series-modal .carousel-control-prev{
	margin-right: auto;
	float: left;
}
.shortcode-darkroom_series-modal .carousel-control-next{
	margin-left: auto;
	float: right;
}
