.lae-container button.slick-prev, .lae-container button.slick-next {
    top: 33%;
}
.lae-service-hover {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    top: 0;
    left: 0;
    color: white;
    opacity: 0;
    transition: all .5s ease;
}
.lae-services-carousel-item .lae-image-wrapper .lae-image-link:after {
	display: none;
}
a:hover .lae-service-hover {
	opacity: 1;
}
.lae-service-hover-inner {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: 95%;
    margin: 0 auto;
    border: 2px rgba(255,255,255,0.7) solid;
    justify-content: center;
}
.lae-services-carousel-item .lae-service-text {
    padding: 0 20px 30px;
}
.lae-services-carousel-item .lae-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.lae-service-hover {
    font-family: "BrandonGrotesqueBlack", Sans-serif;
}
@media (max-width: 767px){

}

@media (max-width: 500px){

}