.night-sky {
    margin-top: 0 !important;
    width: calc(100% + 32px);
    height: calc(100vh - 114px);
}

.night-sky-container {
    background-image: url('night.jpeg');
    background-clip: border-box;
    background-attachment: local;
    background-origin: border-box;
    background-position: center;
    background-position-y: top;
    background-size: cover;
    margin-left: -16px !important;
    margin-top: 0 !important;
    width: calc(100% + 32px);
    height: calc(100vh - 114px);
    overflow: hidden;
}
@media (max-width: 768px) {
    .night-sky {
        height: calc(100vh - 164px);
    }
    .night-sky-container {
        height: calc(100vh - 164px);
    }
}