.app-mock-cont{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.app-mock{
    margin-top: auto;
    display: block;
    /* background-color: rgba(102, 51, 153, 0.354); */
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.app-mock img{
    width: 700px;
    transform: translateY(35%);
}

@media (max-width: 800px){
    .app-mock img{
        width: 400px;
        transform: translateY(40%);
    }    
}