.fz-profile-image{
    position: center!important;
}

@media screen and (width: 769px) and (max-width: 1024px){
    .fz-profile-image{
        width: 100px!important;
        height: 100px!important;
    }
}

@media screen and (min-width: 1025px){
    .fz-profile-image{
        width: 130px!important;
        height: 130px!important;
    }
}

@media screen and (max-width: 768px){
    .fz-profile-image{
        width: 100px!important;
        height: 100px!important;
    }
}