.infowidget{position:absolute;z-index:1;top:16px;left:16px;max-width:410px;width:calc(100% - 32px)}.infowidget-link{transition:all 300ms ease}.infowidget-link:hover{background-color:#fff}.infowidget-inner{background-color:rgba(255,255,255,.85)}.infowidget-media-container{width:80px;height:80px}.infowidget .close{position:absolute;top:0;right:0;bottom:0;left:auto;z-index:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.infowidget .close::after{content:"";transition:all 300ms ease;position:absolute;top:0;right:0;bottom:0;left:auto;z-index:-1;max-width:0;height:100%;width:100%;background:linear-gradient(90deg, rgba(255, 255, 255, 0), white 100%)}.infowidget .close:hover::after{max-width:100%}.infowidget .close:hover svg path{fill:#e20000}@media(min-width: 992px){.infowidget{top:32px;left:32px}}