.consentwrapper {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,61,132, 0.75);
    color: white;
    display: flex;
    padding: 1em 3em;
    justify-content: space-around;
    align-items: center;
    height: 280px;
    font-family: "Clear Sans";
}

.consentplay {
    color: #fff;
    border: 3px solid transparent;
    text-decoration: none;
    font-weight: 300;
    display: inline-block;
    background: center center / 80px auto no-repeat url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z'/%3E%3C/svg%3E");
    padding: 10px;
    min-width: 100px;
    min-height: 100px;
    outline: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.consenttext a {
    color: white;
}

body.embedconsent .thumbnail {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
