.form-group.col-12.div-j-identity {
    display: none;
}
a h4 {
    color: #ffffff;
}
p.step_des {
    display: none;
}

.youtube {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 66%;
}

.youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
p.msg {
    margin-bottom: 0;
    font-size: 18px;
    max-width: 500px;
    overflow: hidden;
    height: 23px;
}

@media (max-width: 480px) {
    .tab-pane div#donors_list {
        grid-template-columns: 1fr !important;
    }
    p.msg {
        margin-bottom: 0;
        font-size: 15px;
        max-width: 320px;
        overflow: inherit !important;
        height: auto !important;
    }
    .inbox_dealer {
        margin-top: 0!important;
    }
    .step_donate {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .donor_icon {
        height: 100% !important;
        width: 100px !important;
    height: 40px;
    background: none !important;
    }
    .donor_icon img {
        height: initial !important;
        /* right: 0; */
    }
}