.ebm-menuicon {
    display: block;
    position: absolute;
    right: 20px;
    top: 50px;
    font-size: 1.4em;
}

.ebm-nav-menu ul {
    display: none;
}

.ebm-nav-menu ul li a {
    padding: 10px;
    font-weight: bold;
}

.ebm-nav-menu ul li a:hover {
    background: #ae812f;
    color: #fff;
}

.ebm-con {
    padding: 0 20px;
    position: relative;
}

.slider-info {
    box-sizing: border-box;
    max-width: 70%;
    top: 20px;
    left: 10%;
    text-align: left;
}

.slider-text {
    font-size: 2em;
    margin-bottom: 10px;
    padding: 10px !important;
}

.ebm-founder {
    text-align: center;
}

.ebm-founder-img {
    width: 150px;
    height: 150px;
    border-radius: 80px;
    border: 3px solid #fff;
    background-size: contain;
    margin: 0 auto;
}

.ebm-upevents {
    padding-top: 50px;
}

.ebm-feat {
    max-width: 100%;
    color: #444;
    padding-bottom: 15px;
    margin: 30px 0;
}

.ebm-feat img {
    width: 100%;
}

.ebm-feat-sum {
    margin: 15px 0;
}

.ebm-nav-donate {
    position: absolute;
    left: 40%;
    right: 0;
    top: 30px;
    margin: 0 auto;
    display: none;
}