.event-poster-box{box-shadow:0 5px 15px 0 rgba(0,0,0,.15);display:block;overflow:hidden;width:100%}.event-poster-box .image{align-items:center;background-color:#dedede;border-radius:10px;display:flex;height:230px;justify-content:center;overflow:hidden;position:relative;width:100%}@media only screen and (min-width:576px){.event-poster-box .image{height:240px}}@media only screen and (min-width:992px){.event-poster-box .image{height:250px}}@media only screen and (min-width:1200px){.event-poster-box .image{height:300px}}.event-poster-box .image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease-in-out}.event-poster-box .image time{background-color:#fff;border-radius:5px;color:#2a2f33;display:block;font-size:20px;font-weight:500;left:5px;line-height:28px;position:absolute;text-align:center;top:5px;width:28px}@media only screen and (min-width:992px){.event-poster-box .image time{font-size:22px;left:10px;line-height:30px;top:10px;width:30px}}.event-poster-box .info{padding:10px 0}.event-poster-box .info h5{color:#2a2f33;font-size:14px;font-weight:500;margin-bottom:5px}.event-poster-box .info small{color:#babac2}.event-poster-box:hover{box-shadow:0 5px 15px 0 rgba(0,0,0,.2)}.event-poster-box:hover .image>img{transform:scale(1.1)}.event-poster-box.past .image>img{filter:grayscale(100%)}.event-poster-box.simple .info{background:#000;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 80%);bottom:0;left:0;padding-left:10px;padding-right:10px;padding-top:45px;position:absolute;right:0}.event-poster-box.simple .info h5{color:#fff;font-weight:400}