
.coupon_item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px;
    margin-top: 15px;
}
.coupon_item.first {
    padding-left: 0;
}
.coupon_item.last {
    padding-right: 0;
}
.coupon {
    max-height: 250px;
    object-fit: contain;
    text-align: center;
    background: white;
    border: 1px solid #DDDDDD;
    padding: 0;
    position: relative;
    box-shadow: 2px 2px 5px #888888;
    opacity: 1;
    z-index: 1000;
}

.coupon_mobile {
    max-height: 900px;
    text-align: center;
    font-size: 45px;
    background: white;
    border: 1px solid #DDDDDD;
    padding: 0;
    position: relative;
    box-shadow: 2px 2px 5px #888888;
    opacity: 1;
    z-index: 1000;
}

.image_container {
    position: relative;
    object-fit: contain;
    max-height: 250px;
    text-align: center;
}

.image_container_mobile {
    position: relative;
    max-height: 900px;
}

.overlay_project {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.66);
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 1000;
}

.overlay  .col-xs-6 {
    height: 100%;
    width: 10%;
}

.donation_header {
    padding-top: 40px;
}

.donation_header_mobile {
    padding-top: 40px;
    font-size: 80px;
}

.donation_name_mobile {
    font-size: 60px;
}

img {
    width: 100%;
}
.overlay_text {
    color: white;
    font-size: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
}
.overlay_text_mobile {
    color: white;
    width: 80%;
    font-size: 80px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
}

.info_text {
    min-height: 175px;
    background: white;
    text-align: justify;
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 55px 15px 15px 15px;
    position: relative;
}
.info_text_mobile {
    min-height: 600px;
    background: white;
    text-align: justify;
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 150px 60px 60px 60px;
    position: relative;
}
div.profile_image > .background > .circle > img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
div.profile_image_mobile > .background > .circle > img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
div.profile_image > .background > .circle  {
    display: inline-block;
    height: 100%;
    width: 100%;
    margin-top: calc(100% - 97.5%);
    border-width: 1px;
    border-radius: 50%;

}
div.profile_image_mobile > .background > .circle  {
    display: inline-block;
    height: 95%;
    width: 95%;
    margin-top: calc(100% - 97.5%);
    border-width: 1px;
    border-radius: 50%;

}
div.donation_name {
    text-align: center;
}

div.profile_image_mobile, div.donation_name {
    text-align: center;
}

div.profile_image > .background {
    display: inline-block;
    height: 80px;
    width: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    left: -50%;
    z-index: 2000;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    box-shadow: 0px 2px 3px 2px rgba(136,136,136, 0.5);
}

div.profile_image_mobile > .background {
    display: inline-block;
    height: 250px;
    width: 250px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    z-index: 2000;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    box-shadow: 0px 2px 3px 2px rgba(136,136,136, 0.5);
}

div.profile_image {
    transform: initial !important;
    position: absolute;
    left: 50%;
}
div.profile_image_mobile {
    transform: initial !important;
}

div.donation_name {
    display: inline-block;
    min-height: 35px;
    min-width: 100px;
    max-width: 100%;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 2000;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    box-shadow: 2px 2px 2px 2px rgba(0,0,0, 0.5);
}
.total_donation_sum {
    margin-top: 50px;
}
.object_fit_contain {
    object-fit: contain;
}