
video{
    width:100%;
    height:100%;
}
.rte-embedded-player {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.rte-embedded-player .lazyinit {
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    visibility: visible;
}
.warning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 24px;
    color:white;
}
@media screen and (max-width: 480px) {
.warning {
        font-size: 16px;
}
}
.warning a {
    color: #00a7b3 !important;
}
.mature_content_warning{
    background-color:black;
    color:white;
    margin:20px auto;
    padding: 25px;
    display:none;
    align-items: flex-start;
    justify-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}
.mature_content_warning.active{
    display:flex;
}
.mature_content_warning h4{
font-weight: 700;
font-size: 1.5rem;
text-align:center;
margin:auto;
}
.mature_content_warning .content_warning_text{
    margin:auto;
    margin-top: 20px;
    font-size: 16px;
    font-size:1rem;
    text-align:center;
}
.mature_content_warning .content_warning_button{
    background-color: #ff0135;
    border-color: #f5012d;
    min-width:40%;
    color: #fff;
    padding: 15px 25px;
    cursor: pointer;
    font-size:1rem;
    text-align:center;
    margin:auto;
    margin-top: 20px;
}
.mature_content_warning .content_warning_leave{
        min-width: 40%;
    color: #fff;
    padding: 15px 25px;
    opacity: .6;
    font-size: inherit;
    cursor:pointer;
    text-align:center;
    margin:0 auto;
}
   /* Hide Shaka Player controls and timeline untill user clicks */
.shaka-bottom-controls{
      display: none;
}
.play-button {
        position: absolute;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0NXB4IiB2aWV3Qm94PSIwIDAgNDAgNDUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9InJ0ZS5pZS1EIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBpZD0iRGVza3RvcC0tLVBhbmVsLS0tVmlkZW8tUGxheWVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzQ0LjAwMDAwMCwgLTIxMzguMDAwMDAwKSIgZmlsbD0iIzNFM0UzRiI+PGcgaWQ9IlZpZGVvX1BsYXllcl9MaXZlX1N0aWNreV9FbmxhcmdlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMDAwMDAwLCAxOTA4LjAwMDAwMCkiPjxwb2x5Z29uIGlkPSJJY29uX1BsYXkiIHBvaW50cz0iNzQ1Ljk2NDk1MyAyMzAuNSA3NDUuOTY0OTUzIDI3NC44ODUwMTMgNzg0LjQ1MzY5NSAyNTIuNjkwNDQyIj48L3BvbHlnb24+PC9nPjwvZz48L2c+PC9zdmc+);
        background-size: 45%;
        background-repeat: no-repeat;
        background-position: 61% 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75px;
        height: 75px;
        background-color: rgba(255,255,255,.75); /* Example background color */
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, .5) 0 1px 6px 0;
}
.videoAdUiAttributionContainer{
        display: none !important;
}
.lazyinitImg:hover + play-button {
    box-shadow: 0 0 2rem #000;
    pointer-events: auto;
}
body{
        max-width: 100vw;
        max-height: calc(100vw * 9 / 16);
}
#loader{
        background: #000;
        width: 100%;
        height: 100%;
        z-index: 10000;
        position: absolute;
}
.shaka-spinner-path{
        stroke: white !important
}
.shaka-play-button{
       display: none !important
}

html,
body {
    color:white;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    font-weight: 300;
    font-size: 16px;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
