/* ---------- */
/*  COURSE  */
/* ---------- */
.product-bg {
    background-position: center;
    border-top: 15px solid #000054;
}
#product-page #feature {
    padding-top: 0;
}

.hero-card {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    padding: 30px;
}

.hero-card .hero-action {
    margin-top: 20px;
}

.hero-card.uplift {
    transform: translateY(-100px);
    margin-bottom: -100px;
}

.hero-card h1, .hero-card h2 {
    font-weight: 700;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hero-card p {
    font-weight: 400;
}

.hero-card h4 {
    font-size: 18px;
}

.hero-region {
    max-height: 450px;
    height: 450px;
}

#main{
    font-size: 18px;
}
.btn-info {
    background-color: #fc9147;
    border-radius: 999px;
    text-transform: none;
}

#product-highlight h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}

#product-highlight p {
    font-weight: 300;
}

.video-frame {
    overflow: hidden;
    position: relative;
    height: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 56.25%;
}
.video-frame iframe{
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    border: none
}

@media screen and (max-width: 990px){
    .hero-card, .hero-card.uplift{
        box-shadow: none;
        padding: 0;
        padding-bottom: 15px;
        transform: none;
        margin-bottom: 0;
        border-radius: 0;
    }
    #product-highlight {
        margin-top: 40px;
    }

    .hero-region.uplift {
        height: 300px;
    }

    #product-page .product-details{
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-card > div {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-card h1, .hero-card h2 {
        margin-top: 0;
    }
}

/* ---------- */
/*  LISTINGS  */
/* ---------- */
.product-tile {
    border-radius: 10px;
    overflow: hidden;
}

.product-results .product-tile:hover {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12)
}