@charset "utf-8";

.ub-emb-iframe-wrapper { display: none; position: relative; vertical-align: middle; }

.ub-emb-iframe-wrapper.ub-emb-visible { display: inline-block; }

.ub-emb-iframe-wrapper .ub-emb-close { background-color: rgba(255, 255, 255, 0.6); border: 0px; border-radius: 50%; color: rgb(82, 81, 81); cursor: pointer; font-family: Arial, sans-serif; font-size: 20px; font-weight: 400; height: 20px; line-height: 1; outline: none; padding: 0px; position: absolute; right: 10px; text-align: center; top: 10px; transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out; width: 20px; z-index: 1; }

.ub-emb-iframe-wrapper.ub-emb-mobile .ub-emb-close { transition: none; }

.ub-emb-iframe-wrapper .ub-emb-close::before { content: ""; height: 40px; position: absolute; right: -10px; top: -10px; width: 40px; }

.ub-emb-iframe-wrapper .ub-emb-close:hover { background-color: rgb(255, 255, 255); transform: scale(1.2); }

.ub-emb-iframe-wrapper .ub-emb-close:active, .ub-emb-iframe-wrapper .ub-emb-close:focus { background: rgba(255, 255, 255, 0.35); color: rgb(68, 68, 68); outline: none; }

.ub-emb-iframe-wrapper .ub-emb-iframe { border: 0px; max-height: 100%; max-width: 100%; }

.ub-emb-overlay .ub-emb-iframe-wrapper .ub-emb-iframe { box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px, rgba(0, 0, 0, 0.2) 0px 1px 5px; }

.ub-emb-overlay .ub-emb-iframe-wrapper.ub-emb-mobile { max-width: 100vw; }