@media all and (min-width: 740px) {
    .icon-image.responsive {
        display: none;
    }

    .overlay-content {
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .media-boject {
        width: 100%;
        display: flex;
        position: relative;
        z-index: 2;
    }

    .user__avtar {
        width: 180px;
        margin-right: 50px;
    }

    .user-details_info {
        margin-top: -130px;
        margin-right: 50px;
        padding: 0;
        min-height: 335px;
        display: flex;
    }

    .user-details {
        padding: 26px 33px 50px 265px;
        position: relative;
        height: auto;
    }

    .user-details:after {
        position: absolute;
        content: '';
        width: 25px;
        background: transparent;
        border-top: 40px solid var(--peach);
        border-bottom: 40px solid var(--peach);
        right: -24px;
        top: 0;
        bottom: 0;
    }

    .media__imagery__has-decorative-elm:before {
        width: 55px;
        height: 180px;
        right: auto;
        top: auto;
        left: 33px;
        bottom: -10px;
    }

    .media__imagery__has-decorative-elm:after {
        width: 60px;
        height: 59px;
        top: auto;
        right: auto;
        left: 124px;
        bottom: 140px;
    }

    a.social-link-mobile {
        display: none;
    }

    a.social-link-iPad {
        display: flex;
        margin-top: 20px;
    }
}

@media all and (min-width: 768px) {
    .leadership_cards-details {
        width: 335px;
    }
}

@media all and (min-width: 992px) {
    .overlay-content {
        max-width: 932px;
        width: 100%;
    }

    .leadership_cards-details {
        width: 378px;
    }
}