@media only screen and (max-width: 640px) {


    .display-mobile
    {
        display: flex;
    }

}
