@media only screen and (max-width: 1200px) {  
    .profile-content img {        
        height: 170%;
    }

    .profile-content p {
        padding: 0px 0px 9px 0;
    }

    .profile-content .marc-1 {
        padding: 0px 15px 9px 0;
    }
}


@media only screen and (max-width: 991px) {   
    .back1 {       
        height: auto; 
    }
   .profile-content img {        
        height: 130%;
        top: -30%;
    }

    .profile-content .zel {
        padding-right: 0px; 
    }

    .profile-content .alex1 {
        padding: 0px 15px 9px 0;
    }

    .profile-content .alex {
        left: 60%;
        height: 130%;
        top: -30%;
    }

    .jas1 {
        padding: 0px 15px 9px 0 !important;
    }

    .profile-content .jas {
        left: 70%;
        top: 0;
        height: 100%;
    }

    .profile-content .marc {
        height: 100%;
        top: 0;
        left: 74%;
        position: absolute;
    }

    .profile-content .jett {
        top: -30%;
        height: 130%;
        left: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .profile-content img {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        width: 120%;
    }

    .profile-content {
        padding: 50px 50px 0px 50px;
    }


    .profile-content .alex {
        top: 0;
        left: 0;
        height: auto;
    }

    .profile-content .jas {
        left: 0;
    }

    .profile-content .marc {       
        left: 0;
        position: relative;
    }

    .profile-content .jett {
        left: 0;
    }

    .profile-content h1 {
        font-size: 35px;
    }
}


@media only screen and (max-width: 576px) {
    
}