/* =========================
   ABOUT RESPONSIVE
========================= */

@media(max-width:1440px){

    .profile_pic{
        width: 330px;
        height: 330px;
    }

}

@media(max-width:1100px){

    .profile_pic{
        width: 290px;
        height: 290px;
    }

    .play_button{
        top: 90px;
    }

}

@media(max-width:1324px){

    .about_details{
        justify-content: center;
    }

    .about_details .ab_content{
        width: 100%;
    }

}

@media(max-width:700px){

    .ab_content strong.filltext{
        font-size: 55px;
    }

    .ab_content h2{
        font-size: 30px;
        line-height: 40px;
    }

    .ab_content p{
        font-size: 15px;
    }

}

@media(max-width:480px){

    .profile_pic{
        width: 250px;
        height: 250px;
    }

    .play_button{
        width: 50px;
        height: 50px;

        right: -15px;
        top: 80px;
    }

    .ab_content strong.filltext{
        font-size: 40px;
    }

    .ab_content h2{
        font-size: 24px;
        line-height: 34px;
    }

}