.dotnet-conf-2023 .banner-card.lazyloaded {
    background-image: url("./dotnet-conf-2023.png");
    background-image: image-set(
        url("./dotnet-conf-2023@1x.webp") 1x, 
        url("./dotnet-conf-2023@2x.webp") 2x, 
        url("./dotnet-conf-2023.png") 1x
    );
}

.dotnet-conf-2023 .hero {
    min-height: inherit;
}

.dotnet-conf-2023 .hero-title {
    max-width: 25rem;
}

.dotnet-conf-2023 .hero .pane-header {
    max-width: 30rem;
}

.dotnet-conf-2023 .banner-card.lazyloaded
{
    padding-left: 1.62rem !important;
}

@media (max-width: 576px) {
    .dotnet-conf-2023 .banner-card.lazyloaded {
        background-image: url("./dotnet-conf-2023-mobile.png");
        background-image: image-set(
            url("./dotnet-conf-2023-mobile.webp"), 
            url("./dotnet-conf-2023-mobile.png")
        );
    }
}