/*Responsiveness Improvements 20230519*/
html {
    min-width: max-content;
}

@media (max-width: 768px) {
    #page-top {
        width: max-content;
    }
}

@media (max-width: 1200px) {
    .container {
        margin-left: unset;
    }
}