.et_pb_dp_dmb_module_27541, .et_pb_dp_dmb_module_27541 .et_pb_module_inner{
    height: 100%;
}

.modal-module .project-container {
    background-size: cover;
    aspect-ratio: 1 / 1;
}

.interior .project-title {
    color: #fff;
}

.modal-module .interior {
    padding: 1em;
    height: 100%;
    background: linear-gradient(rgba(74,74,74,0) 0%,rgba(74,74,74,0.00) 0%,rgba(43,43,43,1.00) 100%,rgba(43,43,43,1) 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
	
}

.modal-module .interior span.project_title {
    font-family: 'interstatebold';
    font-size: 1.3em;
}


.modal-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-window.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
	cursor: default;
	background: rgba(0,0,0,0.3);
}
.modal-window .modal-interior {
  width: 80%;
	max-width: 1000px;
  height: 90vh;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  background: #fff;
}

.modal-interior .slider {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.gallery.slider__slides {
    width: 100%;
	height: 100%;
}

.slider__nav-button {
    cursor: pointer;
}

.gallery-slider-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    padding-right: 2em;
}

.modal-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	padding: 0 2em 2em 2em;
}

.modal-details .project-details {
    width: 30%;
}

.modal-details .project_description {
    width: 70%;
	padding-left: 2em;
}

.modal-close {
  line-height: 50px;
  text-align: center;
  text-decoration: none;
	z-index: 1000000;
	font-size: 25px;
	cursor: pointer;
	position: absolute;
    right: 0;
	top: 0;
    color: #fff;
	width: 50px;
	text-shadow: 0px 0px 6px rgb(0 0 0 / 50%);
}

.modal-module:hover {
    cursor: pointer;
}

.modal-details span.project_title {
    font-family: 'interstatebold';
}

.gallery_nav_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    padding-right: 1em;
}

button.slick-arrow {
    font-family: 'FontAwesome';
	background: transparent;
    border: 0;
    margin: 0 0.5em;
}

button.slick-arrow i {
    font-style: normal;
}

i.fas.fa-solid.fa-xmark:before {
    content: "\f00d";
}

.slick-slide img {
    display: block;
    max-height: 40vh;
    width: auto !important;
    margin: 0 auto;
}

.slick-slide div {
    text-align: center;
}