.doctor-hero-arch,
.doctor-profile-grid>figure {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important
}

.doctor-hero-arch img,
.doctor-profile-grid>figure img {
    object-fit: contain !important;
    object-position: center bottom !important;
    top: 36px !important;
    right: auto !important;
    bottom: auto !important;
    height: calc(100% - 36px) !important
}

@media(min-width:861px) {
    .doctor-hero-arch img {
        width: 88% !important;
        left: 6% !important
    }

    .doctor-profile-grid>figure img {
        width: 88% !important;
        left: 6% !important
    }
}

@media(max-width:860px) {

    .doctor-hero-arch img,
    .doctor-profile-grid>figure img {
        top: 28px !important;
        width: 88% !important;
        height: calc(100% - 28px) !important;
        left: 6% !important
    }
}