span.banner-box {
    position: absolute;
    bottom: 10%;
    background-color: rgba(26,158,230,0.5);
    display: table;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    left: 2%;
}

.banner-box .description{
    padding: 25px;
}

.banner-box .link{
    padding: 10px 25px;
}


.item-video{
    min-width: 100%;
    min-height: 485px;
}


/* Events HP */
span.hp_events_time:before {
    font-family: fontAwesome;
    content: '\f017';
    padding: 5px;
    display: inline-block;
    font-size: initial;
    transition: transform ease-in 0.2s;
    color: #1a9ee6;
    background-color: #fff;
    
}
span.hp_events_time {
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 5px;
    color: #fff;
    font-size: 0;
    transition: font-size ease 0.3s;
}
span.hp_events_time:hover:before{
    transform: rotate(180deg);
    color: #fff;
    background-color: transparent;
}
span.hp_events_time:hover{
    font-size: initial;
    background-color: #1a9ee6;
    }
.achievements-section .group .box .hpe_no-time{
    display: none;
}
    
    
    