div.geeks .bg-hero-summer-stream-mobile {
    border-radius: 0;
    background: url("https://storage.googleapis.com/mdc-website/summercamps/rect-summer.svg") left top no-repeat, linear-gradient(to top, #e3f2f7 0%, #FFFFFF 90%);
    box-shadow: 0px 2px 2px 0px rgba(229, 231, 235, 0.50);
    backdrop-filter: blur(5px);
}

/* HERO SECTION */
div.geeks .vector {
    border-radius: 30px;
    width: auto;
    background-color: transparent;
    background-image: url("https://storage.googleapis.com/mdc-website/adult-education/geo.svg") !important;
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat !important;
}

div.geeks .card-bleed {
    z-index: 10000;
    top: 119px;
    left: 65px;
    object-fit: cover;
}

div.geeks .scroll-vertical {
    overflow-y: auto;
}

div.geeks .bleed-corner {
    top: -23px;
    object-fit: cover;
    right: 31px;
}

div.geeks div.video_gradient {
    padding: 25px;
    border-radius: 30px;
    background: linear-gradient(358deg, #9ACDFE -79.19%, rgba(255, 255, 255, 0.10) 160.61%), radial-gradient(112.14% 65.65% at 0% 50%, rgb(255 212 0 / 87%) 0%, rgba(255, 212, 0, 0.00) 100%);

}

div.geeks .card-scroll {
    max-height: 350px;
    border-radius: 15px;
    position: relative;
}

div.geeks .container-styled {
    border-radius: 25px;
    background: #fff;
}

div.geeks .campus-info-left {
    border-radius: 25px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(229, 231, 235, 0.50);
    backdrop-filter: blur(5px);
}

div.geeks .border-campus-info {
    padding: 7px;
    border-radius: 30px;
    background: rgba(229, 231, 235, 0.35);
}

/* SUMMERCAMPS */
div.geeks .card-transparent {
    width: 255px !important;
    height: 255px !important;
    position: relative;
    padding: 14px 15px 3px;
}

div.geeks .col-styled {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

div.geeks .transparent-blue {
    border-radius: 25px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(229, 231, 235, 0.25);
}

div.geeks .transparent-blue:hover {
    border: 1px solid #005eaa;
    background: rgba(0, 94, 170, 0.1);
    cursor: pointer;
}

div.geeks .transparent-blue:hover .button-pill {
    border-radius: 25px;
    border: 0.5px solid #005eaa;
    background: #005eaa;
    backdrop-filter: blur(3px);
}

div.geeks .transparent-blue:hover .button-pill i.fas.fa-chevron-right {
    color: white;
}

div.geeks .button-pill {
    text-align: center;
    width: 35px;
    height: 25px;
    border-radius: 20px;
    background: rgba(0, 94, 170, 0.1);
    backdrop-filter: blur(3px);
}

@media screen and (min-width: 900px) {
    div.geeks .vector {
        border-radius: none;
        width: auto;
        background-color: none;
        background-image: url("https://storage.googleapis.com/mdc-website/adult-education/hero_two_images.svg") !important;
        background-position: right;
        background-repeat: no-repeat !important;
    }

    div.geeks .campus-info-left {
        border-radius: 25px;
        border: 1px solid #E5E7EB;
        background: #FFF radial-gradient(58.68% 34.36% at 0% 49.06%, rgba(154, 205, 254, 0.45) 0%, rgba(154, 205, 254, 0.00) 100%);
        box-shadow: 0px 2px 2px 0px rgba(229, 231, 235, 0.50);
        backdrop-filter: blur(5px);
    }

    div.geeks .border-campus-info {
        align-self: center;
        padding: 7px;
        border-radius: 30px;
        background: rgba(229, 231, 235, 0.35);
    }
}

@media screen and (min-width: 768px) {

    div.geeks div.video_gradient {
        padding: 5px 65px;
        border-radius: 30px;
        background: linear-gradient(358deg, #9ACDFE -79.19%, rgba(255, 255, 255, 0.10) 160.61%), radial-gradient(112.14% 65.65% at 0% 50%, rgb(255 212 0 / 87%) 0%, rgba(255, 212, 0, 0.00) 100%);
    }

    div.geeks .left-scroll-image {
        object-fit: contain;
        padding: 0 15px;
        height: 350px;
        margin: auto;
        display: block;
    }

    div.geeks .bleed {
        margin-bottom: -44px !important;
        margin-top: 90px !important;
    }
}
