#home-menu {
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    #home-menu {
        margin-bottom: 0px;
    }
}

#home-about {
    background: #1c1b1c;
}

#slider #slider-wrapper .slide {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
}

#slider #slider-wrapper .slide .slide-container {
    width: 100% !important;
    height: auto !important;
}


element.style {
}
@media screen and (max-device-width: 600px) {
    #home-menu #home-menu-container a.home-menu h3 {
        font-size: 18px;
        color: #f34d5d;
    }
}

@media screen and (max-device-width: 600px) {
    header #header-container a#logo img {
        max-width: 160px;
        max-height: 60px;
    }
}