﻿@media only screen and (max-width: 768px) {
    .account-wall {
        margin-top: 0px;
        padding: 0px 0px 20px 0px;
    }
}


@media only screen and (max-width: 768px) and (orientation: landscape) {
    .profile-img {
        display: none !important;
    }
}