.featured_box{
    height:0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-color:#000;
    width:100%;
}

.featured_box > div{
    position: absolute;
    top:0;right:0;bottom:0;left:0;
    display:flex;
    align-items:center;
    justify-content: center;

}
.featured_box > div > h1{
    font-weight:900;
    font-size:5vw;
    color:#fff;
    margin:0;
    text-align:center;
    text-shadow: #000 1px 0 20px;
    line-height: 1.1em;
}
.featured_box > div > h1 > span{
    display:block;
    font-weight: 500;
    font-size: 80%;
}

ul.featured_blocks, ul.sponsors{
    list-style:none;
    margin:0;padding:0;
    display: flex;
    justify-content:space-around;
    flex-flow: wrap;
}

ul.sponsors li{
    flex: 0 0 20%;
    text-align: center;
}
ul.featured_blocks li{
    position: relative;
    margin:0;
    padding:0;
    width: 90%;
}
ul.featured_blocks li a{
    position: absolute;
    top:0;right:0;bottom:0;left:0;
    display:flex;
    align-items:center;
    justify-content: center;
    font-size:50px;
    font-weight:700;
    color:#fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.2em;
    text-shadow: #000 1px 0 20px;
}
ul.featured_blocks li p{
    position: absolute;
    right:0;bottom:.7em;left:0;
    text-align:center;
    color:#04d9ff;
    /* text-decoration:underline; */
    /* text-shadow: #000 1px 0 20px; */
    font-size:24px;
    cursor:pointer;
}
ul.featured_blocks li img{
    border-radius: 16px;
}
/* for featured page */
ul.featured_blocks.features li{
    width:360px;
    height:360px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    margin-bottom: 20px;
}