.hero-section-block {
	position: relative;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}
.hero-section-block::after {
    background: rgba(70, 79, 86, 0.78);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-section-block.hero-type-slider::after {
	display: none;
}
.hero-section-block.hero-type-slider .hero-slider-container li::after {
    background: rgba(70, 79, 86, 0.78);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.hero-section-block .block-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 2;
    color: #fff;
}
.hero-height-medium .hero-overlay-container-inner p {
	max-width: 675px;
}
.hero-height-full-screen .hero-overlay-container-inner p {
	max-width: 375px;
}
.hero-section-block.hero-height-full-screen::before {
    content: url(/wp-content/uploads/2021/03/hero-overlay.svg);
    position: absolute;
    top: -7%;
    right: -12.2%;
    width: auto;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}

/* Height */
/*.hero-height-full-screen .hero-image-wrap img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    min-height: 450px;
}
.hero-height-medium .hero-image-wrap img {
    max-height: 66.66666vh;
    width: 100%;
    object-fit: cover;
    min-height: 450px;
}
.hero-height-narrow .hero-image-wrap img {
    height: 55.55555vh;
    width: 100%;
    object-fit: cover;
    min-height: 450px;
}*/

/* Content alignment */
.hero-content-alignment-center .hero-overlay-container-outer {
	text-align: center;
}
.hero-content-alignment-left .hero-overlay-container-outer {
	text-align: left;
}
.hero-content-alignment-right .hero-overlay-container-outer {
	text-align: right;
}

.hero-content-alignment-center .hero-buttons-container-inner, .hero-content-alignment-center .block-inner {
	justify-content: center;
}
.hero-content-alignment-left .hero-buttons-container-inner, .hero-content-alignment-left .block-inner {
	justify-content: flex-start;
}
.hero-content-alignment-right .hero-buttons-container-inner, .hero-content-alignment-right .block-inner {
	justify-content: flex-end;
}

/* Buttons */
.hero-buttons-container {
	margin-top: 40px;
}
.hero-buttons-container-inner {
	display: flex;
}
.hero-buttons-container-inner button {
	margin-left: 7.5px;
	margin-right: 7.5px;
}
.hero-buttons-container-inner button:first-of-type {
	margin-left: 0;
}
.hero-buttons-container-inner button:last-of-type {
	margin-right: 0;
} 


/* Slider */

/* Slider nav */
.hero-slider-nav-outer {
    max-width: 1920px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.hero-slider-nav-inner {
    line-height: 0;
    width: 100%;
}
#prev-hero, #next-hero {
    position: relative;
    padding: 0;
    border: none;
        pointer-events: all;
    background: none;
    outline: none;
-webkit-animation: fadein ease 1.4s;
animation: fadein ease 1.4s;
}
#prev-hero {
    position: relative;
    left: 30px;
}
#next-hero {
    float: right;
    position: relative;
    right: 30px;
}
#prev-hero svg, #next-hero svg {
    height: 60px;
    opacity: 0.6;
    color: #fff;
	transition: all 0.3s ease;
}
#prev-hero svg:hover, #next-hero svg:hover {
    opacity: 1;
}




.hero-project-buttons-wrap {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.hero-project-button {
    width: 268px;
    background: #FFF;
    margin-bottom: 14px;
    font-family: 'AmpleSoft-Medium', sans-serif;
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
.hero-project-button.active-button {
    width: 361px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.4em;
}
.hero-project-button a {
color: #464F56;
display: block;
text-transform: uppercase;
}
.hero-project-button.virtual-tours-active {
    background: #7A5177;
}
.hero-project-button.virtual-tours-active a {
color: #fff;
}
.hero-project-button.drone-camera-active {
    background: #E7D962;
}
.hero-project-button.drone-camera-active a {
color: #464F56;
}
.hero-project-button.time-lapse-active {
    background: #189D98;
}
.hero-project-button.time-lapse-active a {
color: #fff;
}