@media screen and (max-width: 1024px) {
    #header_logo {
        width: 100%;
        flex-basis: 100%;
        display: block;
    }
    header {
        height: 200px;
    }
    #bg {
        border: solid red 3px;
    }
}