.profile-sizer {width:33.3% !important;}

.profile {
    width:100% !important;
    background-image: none;
}

.lineup-page .profile.width2 {width:100% !important;}

.lineup-page .profile.height2 {height:230px !important;}

/**
 * Desktop
 **/
@media (min-width:700px)
{
    .profile {
        width:33.3% !important;
        background-image: none;
    }

    .profile.width2 {
        width:66.6% !important;
    }

    .profile.height2,
    .profile.height2 .content{
        height:560px !important;
    }
}