@media only screen and (min-width: 768px) and (max-width: 1024px) {
.info{
    float: none;
    text-align: center;
    }
    .members_page .infotop.ipad h3{
        margin-bottom: 10px;
    }
    .members_page .infotop.ipad .info{
        margin-bottom: 15px;
    }
.members_page .infotop.ipad{
    display: block !important;
}
.other-than-tab{
    display: none !important;
}
}

@media only screen and (min-width:991px) and (max-width:1279px){.content.members_page.greybg .row .col-md-9.col-sm-8.padding-left{width:75%;}}