.hero-image-container > picture > img.hero-image {
    border-radius: 1em;
    filter: drop-shadow(5px 5px 4px #a8a8a8);
}

.mobileFeaturedButton {
    width: 90%;
}

h4.featuredTitle {
    font-size: 1.7em;
}

h5.featuredSubTitle {
    font-size: 1.4em;
}

.demo-cancelled:hover {
    cursor: not-allowed;
}

img.featuredImg {
    margin: auto;
    object-fit: contain;
    border-radius: 5%;
    filter: drop-shadow(5px 5px 4px #a8a8a8);
}

.featured {
    min-height: 25vh;
    height: 30%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    margin: .5em !important;
}

@media (min-width: 991px) {
    .hero-image-container > picture > img.hero-image {
        width: auto;
        height: 96vh;
        object-fit: cover;
        max-height: 95%;
        max-width: 95%;
    }

    .hero-image-container {
        height: 80vh;
    }

    .mobileFeaturedButton {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .hero > .hero-image-container {
        width: 100%;
    }
    .desktopFeaturedButton {
        display: none !important;
    }

    .mobileFeaturedButton {
        order: 3;
        display: initial !important;
        width: 100% !important;
        margin-bottom: .5em !important;
    }

    .featured {
        margin: .5em 0 !important;
        padding-top: .5em !important;
        padding-bottom: .5em !important;
    }

    .featuredReverseImg{
        order: 1;
    }

    .featuredReverseMessage {
        order: 2;
    }
}

@media (max-width: 768px) {
    .hero-image {
        width: 100%;
        height: auto;
    }

    .hero-image-container {
        margin-top: 0 !important;
    }

    .featuredReverseImg{
        order: 2;
    }
    .featuredReverseMessage {
        order: 1;
    }
    .hero {
        padding-top: 0 !important;
    }
    .hero-cont {
        padding-top: 2em !important;
    }
}