@include potrait-tablet {
    .profile_card_footer {
        display: none;
    }
}

@include small-device {
    .single-author-profile {
        .media {
            flex-wrap: wrap;
        }
        .profile_img {
            margin-right: 0px;
            margin-bottom: 20px;
        }
        .profile_content {
            flex: 0 0 100%;
        }
    }
}

@include tiny-device {
    .profile-bio {
        >img {
            margin-right: 10px;
        }
        .author-name {
            font-size: rem(14px);
        }
        .author-des {
            font-size: rem(9px);
        }
    }
}