.floating-event{position:fixed;right:0;bottom:40px;width:200px;height:100px;z-index:200}.floating-event .close-floating{position:absolute;top:-10px;right:20px;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border-radius:50%;outline:0;border:0;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.4);box-shadow:0 2px 4px rgba(0,0,0,.4);cursor:pointer}.floating-event .close-floating i{padding:0;font-size:12px;color:#30333a}.floating-event .floating-cover{width:100%;height:100%;display:block}.floating-event .floating-cover img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}