.hero-image .content-section {
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.hero-image .slide-img {
    background: none;
}

.hero-image .logo-image {
    flex-shrink: 1;
    overflow: hidden;
}

.hero-image .logo-image img {
    max-width: 100%;
    max-height: 100%;
}