.brand-logo img {
    max-width: 176px
}

h1,
.slideshow-header {
    text-transform: uppercase;
}

.slideshow-header {
    font-weight: 300;
}

.home .component {
    background-color: var(--cassiopeia-color-primary-featured-prop);
}

.home .component h1 .line-animate {
background: var(--cassiopeia-color-primary-btns);
}

.tenant-fees-btn {
    display: none;
}

.eapow-negotiator > a  {
    display: none;
}

@media (min-width: 992px) {

    .home .component h1 {

        font-size: 3.4em;
    }

    .home .component h2 {
        font-size: 2.6em;
    }
}

@media (min-width: 992px) {
    .eapow-recentproperties-holder:nth-child(odd) {
        padding-top: 0rem !important;
    }
}

@media (min-width: 1200px) {
    .slideshow-header {
        font-size: 4vw !important;
    }
    .affiliates {
        padding: 20px 0;
    }
}