@media (min-width : 0px) and (max-width : 480px) {



    /*------------ Index ---------------*/



    .left-title {
        max-width: 100%;
        font-weight: 700;
        font-family: 'Inter', sans-serif;
        letter-spacing: -1px;
        animation: fadeIn 5s;
        font-size: 2rem;
        text-align: left;
        line-height: 1.2;
        color: #bdbdbd;
        margin-bottom: 24px;

    }


    .role_details {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;

    }


    .left-copy {
        width: 100%;
    }

    .right-copy {
        width: 100%;
        height: auto;

    }

    .left-title {
        width: 100%;

    }


    .pages_hero_vid {
        max-width: 100%;
        display: flex;
        align-items: center;
        height: auto;
        padding: 0px;
        margin: 0 0 48px 0;
        animation: fadeInBottom .4s;
        transform: translate3d(0, 10px, 0);
        transition: 0.25s all ease-in-out;
    
    }


    /*------- Images ---------*/

    .image-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .row-image {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 24px;
    }

    .row-image-lg {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 24px;
    }



    /*------ Metrics Box ------*/

    .metrics_box {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        max-width: 100%;
        height: auto;
        padding: 8px;
    }


    .metrics_box_lt {
        display: flex;
        align-items: center;
        max-width: 50%;
        height: auto;
        padding: 8px;
        border-right: solid 1px #e2e2e2;
    }



    /*--------- Footer ---------- */


    .footer-box {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 5%;
    }

    .footer h1 {
        color: #37474F;
        font-size: 30px;
    }

    .footer h2 {
        color: #546E7A;
        font-size: 24px;
    }


    .footer h3 {
        color: #78909C;
        font-size: 18px;
    }

    /*------------- Pages Legacy --------*/

    .pages_image-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 72px;
    }

    .pages_copy {
        width: 100%;
        padding: 24px 0;
    }

    .pages_image-row img {
        width: 100%;

    }






}