/*----------------------------------------------------------------

	Template Name: Rainfo - Minimal Creative Portfolio for Freelancers & Agencies 
	Version: 1.0
	�������أ�Http://www.bootstrapmb.com
-------------------------------------------------------------------------*/

@media only screen and (max-width: 479px) {
    .profile-img {
        display: none !important;
    }
}

.profile-img-desktop {
    display: none;
}

@media only screen and (max-width: 479px) {
    .profile-img-desktop {
        display: block;
        height: 300px;
        margin: 26px -30px;
    }

    .class-des {
        margin-top: 12px;
    }

    .intro-main {
        margin-top: 32px;
    }
}