﻿@media (orientation: portrait) {
    .asd {
        flex-direction: row-reverse;
    }
    .vga {
        flex-direction: row-reverse;
    }
}
