.promotion_List{
    text-align: center;
    /*
    Start
    SP
    20250616
    Added styling to promotions on homepage.
    */
    max-width: 900px;
    margin: 0 auto;
    /* END */
}

h1.promotion_List_Header{
	font-size: 30px;
    margin: 20px 0;
    text-align: center;
}

a.promotion_List_Tile{
    width: 30%;
    display: inline-block;
    margin: 10px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px #000000;
    text-decoration: none;
    height: 234px;
    background-color: #ffffff;
}
a.promotion_List_Tile:hover {
    box-shadow: 0px 0px 10px 8px #000000;
}

.promotion_List_Tile_Img{
    width: 96%;
  /*  object-fit: cover;*/
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    height: 170px; /* 188px; SP - 20250626 - Changed to make whole heading text visible. */
}
h2.promotion_List_Tile_Title{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    margin: 0px;
    height: 40px; /*20px; SP - 20250626 - Changed to make whole heading text visible. */ /*40px; SP - 20250616 - changed to make title in 1 line. */
    line-height: 1;
}


@media only screen and (max-width: 767px) {
a.promotion_List_Tile{
    width: 44%;
}

}

@media only screen and (max-width: 480px){
a.promotion_List_Tile{
    width: 96%;
}
}