.event-box{
    display: flex;
    width: 100%;
    border: 1px solid rgb(207, 209, 196);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
    color: #000;
    cursor: pointer;
    height: 130px;
}
.event-box:hover{
    border: 1px solid #000;
    color: #777;
}

.event-box:hover img{
    opacity: 0.7;
}

.event-box-left{
    display: flex;
    width: 25%;
    text-align: center;
    font-size: 16pt;
    flex-direction: column;
}
.event-box-main{
    display: flex;
    width: 73%;
    height: 100%;
    flex-direction: column;
    margin-right: 2%;
}
.event-box-info{
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.event-box-img{
    height: 60px;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    background: rgb(207, 209, 196);
    display: flex;
    align-items: center;
}
.event-box-right{
    width: 5%;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #000;
}


.featured-box{
    position: absolute; width: 80%; height: 80%; top: 10%; left: 10%;
    background: rgba(256, 256, 256, 0.8);
    /*display: flex;
    flex-direction: column;
    /*width: 100%;*/
    border: 1px solid rgb(207, 209, 196);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
    color: #000;
    cursor: pointer;
    /*height: 130px;*/
}
.featured-box:hover{
    border: 1px solid #000;
    color: #777;
}

.featured-box:hover img{
    opacity: 0.7;
}


.featured-box-img{
    height: 80%;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    /*background: rgb(207, 209, 196);*/
    text-align: center;
}
