@media (max-width: 768px) {
    .main-body > section > aside#gallery .image-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .main-body > section > aside#gallery .image-grid > div {
        flex: 0 0 100%; 
    }
    .main-body > section > aside#gallery .image-small-one-container { order: 3; }
    .main-body > section > aside#gallery .image-large-container      { order: 2; }
    .main-body > section > aside#gallery .image-small-two-container  { order: 1; }

    .house-rule-section + div > aside#gallery .image-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .house-rule-section + div > aside#gallery .image-grid > div {
        flex: 0 0 100%;
    }
    .house-rule-section + div > aside#gallery .image-small-one-container { order: 1; }
    .house-rule-section + div > aside#gallery .image-large-container      { order: 2; }
    .house-rule-section + div > aside#gallery .image-small-two-container  { order: 3; }

}
