.activity-hero-section {
    position: relative;
    padding: 80px 0 80px;
}
.activity-hero-section:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.14) 30%,rgba(0,0,0,.35) 70%,rgba(0,0,0,.7));
    z-index: 2;
}
.activity-hero-section .container {
    position: relative;
    z-index: 4;
    color: #fff;
}
.activity-hero-section .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-hero-section .container h1 {
    color: #fff;
    font-size: 34px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 33px;
    text-transform: uppercase;
}
.activity-hero-section .headline-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.activity-hero-section .container .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 30px;
}
.activity-hero-section .favorites {
    margin-bottom: 20px;
    font-size: 16px;
}
.activity-hero-section .venue,
.activity-hero-section .address {
    font-size: 18px;
    line-height: 28px;
}
.activity-details {

}
.activity-details p {
    margin-bottom: 15px;
    color: #256E37;
}
.activity-details a {
    color: #256E37;
}
.activity-details a:hover {
    text-decoration: underline;
}
.promo-code {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #256E37;
    display: inline-block;
}
.promo-code strong {
    color: #256E37;
}
.activity-gallery img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 5px 10px;
}
.activity-container h2+.promo-code {
    margin-top: 0;
}
@media all and (min-width: 768px){
    .activity-hero-section {
        padding: 249px 0 80px;
    }
}