.embed-container {
    width: 100%;
    height: 98%;
    display: block;
    position: absolute;
    overflow: visible;
}

@font-face {
    font-family: 'Bagel Fat One';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/BagelFatOne-Regular.woff2) format('woff2');
}

/* placeholder image */
.embed-container .embed-placeholder {
    position: relative;
    height: 1080px; /* this is still an issue to be fixed*/
    background-image: linear-gradient(rgba(39, 53, 131, 0.9), rgba(39, 53, 131, 0.95)),
        url("preview.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* load button */
.embed-container .embed-placeholder .load-embed-button {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #F5B75A;
    font-family: "Bagel Fat One", Arial, Helvetica, sans-serif;
    color: #283899;
    font-size: 1.3em;
    padding: 6px 10px 8px 10px;
    border: none;
    cursor: pointer;
    border-radius: 16px;
}

/* infotext overlay */
.embed-container .embed-placeholder .overlay {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
a { color: #F5B75A; }