@media (max-width: 1024px ) and (min-width:700px){

    .welcome-text {
        position: relative;
        top: 0vh;
        color: white;
        font-family: 'Playfair Display', serif;
        font-size: 5vh;
    }

    .name-text {
        color: black;
        font-family: 'Playfair display', serif;
        font-size: 6em;
        z-index: 50;
    
    }

    .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.03em;
        padding-right: 0.05em;
        padding-bottom: -.9em;
        overflow: hidden;
    }


    .letter {
        display: inline-block;
        line-height: .5em;
        transform: translateY(1.1em);
    }

    .name-text .letter1 {
        display: inline-block;
        line-height: .5em;
        transform: translateY(1.1em);
    }

    .welcome-box {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: space-around;
        z-index: 1;
    }

    .small-box {
        width: 5em;
        height: 5em;
        background-color: #0fa89edd;
        position: relative;
        top: -20%;
        left: 60%;
        z-index: 999;
    }

    .profile-box {
        background-color: rgba(128, 128, 128, 0.307);
        width: 20em;
        height: 20em;
        margin-right: 10vh;
    }

    /* .pic-holder {
        position: relative;
        z-index: 2;
        overflow: hidden;
        height: 100%;
        width: 100%;
        top: 0%;
        left: 0%;
    } */

    .grad-image {
        transform: translateX(-50%) translateY(-40%) scaleX(.8) scaleY(.8);
    }

    .meta-box {
        width: 50%;
        height: 25vh;
        margin-left: 2%;
        margin-right: 5%;
        margin-top:2%;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }

    .down-arrow {
        height: 10vh;
        width: 10vh;
        align-self: center;
    }

}