/* Responsive styles for breakpoints that bootstrap doesn't support */

@media (max-width: 575px) { 
    .flex-xs-column-reverse {
        flex-direction: column-reverse !important;
    }
}