/* Shared responsive safeguards loaded on every page. */

html {
    -webkit-text-size-adjust: 100%;
}

iframe,
video {
    max-width: 100%;
}

@media (max-width: 768px) {
    .container,
    .about-container {
        width: 90%;
    }
}
