/* Make images responsive */ .responsive-img { max-width: 100%; height: auto; display: block; } /* Make embedded sections scale on mobile */ @media (max-width: 768px) { .embed-container { width: 100% !important; padding: 0 10px; box-sizing: border-box; } }
/* Make images responsive */ .responsive-img { max-width: 100%; height: auto; display: block; } /* Make embedded sections scale on mobile */ @media (max-width: 768px) { .embed-container { width: 100% !important; padding: 0 10px; box-sizing: border-box; } }