/* ************************************************************************* */
/* 1500px */
@media all and (max-width: 1500px) {}

/* ************************************************************************* */
/* 1200px */
@media all and (max-width: 1200px) {}

/* ************************************************************************* */
/* 992px */
@media all and (max-width: 992px) {
    #metaContent {
        padding: 5rem 0;
    }

    #metaContent .wrapper .metaContentRow {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 5rem;
    }

    #metaContent .wrapper .metaContentRow:nth-child(even) {
        flex-direction: column;
        text-align: right;
    }

    #metaContent .wrapper .metaContentRow .metaContentRowImg {
        width: 90%;
    }

    #metaContent .wrapper .metaContentRow .metaContentRowText {
        width: 90%;
    }
}

/* ************************************************************************* */
/* 768px */
@media all and (max-width: 768px) {}

/* ************************************************************************* */
/* 600px */
@media all and (max-width: 600px) {}