.induction-popup { position: fixed; background: #fff; right: 15px; bottom: 15px; width: calc(100% - 30px); max-width: 355px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); z-index: 70; }

@media screen and (min-width: 641px) { html.has-fixed-footer .induction-popup { bottom: 45px; } }

@media screen and (max-width: 640.9px) { .induction-popup { right: 10px; bottom: 10px; width: calc(100% - 20px); } }

.induction-popup-close { display: inline-block; overflow: hidden; position: absolute; top: 0; right: 0; width: 5.42%; z-index: 2; }

.induction-popup-close:hover { opacity: 0.7; }

.induction-popup-close-img { width: 100%; height: auto; vertical-align: top; }

.induction-popup-link { display: block; z-index: 1; }

.induction-popup-link:hover { opacity: 0.7; }

.induction-popup-link-img { width: 100%; height: auto; vertical-align: bottom; }
