/* Homepage dashboard hero. */
.hero-product {
    width: min(820px, 100%);
    height: auto;
    aspect-ratio: 2/1;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible;
    box-shadow: none !important
}

@media(max-width:650px) {
    .hero-product {
        aspect-ratio: 2/1 !important
    }
}
