@media (max-width : 992px) {
    #hn.hnHome.unscrolled .node2 {
        justify-content: flex-end;
    }
}

@media (max-width : 576px) {
    #s2 .node2 {
        /* height: 0; */
        padding: 75% 0 0 0;
    }

    #s2 .node2>div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}