  #home-page #feature img { 

    visibility: hidden; 

  } 
 #home-page #feature img {
    object-fit: cover;
    max-width: 100%;
 

 height: auto;

   }

#home-page #feature  {
    background:url("https://lh3.googleusercontent.com/d/1_n6Tw7bksiMOtjt4PZ4U2mRZAHN77jfA"); 

   background-repeat:no-repeat; 

 background-size: : 100% 100%;   

    background-position: center; 
   max-width: 100%;
  
   height: 400px;;
    display: block;

}

  
@media only screen and (max-width: 500px) {

#home-page #feature img {

visibility: hidden;

}




element.style {
    background-color: #ffb300 !important;
}

.product-tile.course-tile {
    border-radius: 20px;
}

/*Change background color to appropriate brand color */

.ProductIcon__SmallCircle--course {
    background: #ffb300;
}


.ProductIcon__LargeCircle--course {
    font-size: 21px;
    color: #343434;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffb300 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 4px solid white;
}


.product-results .product-tile:hover {
 transform: scale(1.03);
box-shadow: 0px 4px 8px rgba(46, 26, 71, 0.8);
}




.product-link {
  transition: transform 0.5s ease;
  transform: none;
color: #000000;
}

  .ProductEnrollment__Notice {
    color: #0b652e
}

.product-flag-free {
    background-color: #FFB300;
color: #343434;
}






