.player {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: black;
    position: relative;
}
.gradient {
    position: absolute;
    transition: opacity 200ms ease-in-out;
    pointer-events: none;
    background: linear-gradient(180deg,rgba(13,13,13,.6)0,rgba(13,13,13,.2) 20%,rgba(13,13,13,.2) 80%,rgba(13,13,13,.6) 100%);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
.video_poster {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0d0d0d;
}
.video_poster_image {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.play_screen {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.layout_top, .layout_bottom {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 3rem;
    height: clamp(48px,3rem,51px);
    position: relative;
    z-index: 1;
    width: 100%;
}
.layout_top_left {
    height: 100%;
    margin: 0 1rem;
    min-width: 0;
}
.layout_title {
    display: block;
    margin-top: 12px;
}
.video_title_link {
    text-decoration: none;
}
.layout_title .title {
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    height: 1.5rem;
    line-height: 1.5rem;
}
.video_owner {
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
}
.video_owner_link {
    color: #fff;
    text-decoration: none;
}

.layout_middle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.play_screen .layout_bottom {
    justify-content: center;
}
.button_watch_onsite {
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 1.5rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 400;
    height: 2.5rem;
    padding: 0 0.75rem;
}
.button_watch_onsite-text {
    font-size: .875rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-right: 0.375rem;
    text-transform: lowercase;
    text-decoration:none;
}
.button_watch_onsite .brand_wordmark {
    height: 0.75rem;
    margin-top: -0.0625rem;
}

.play_screen_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button_play {
    border-radius: 6.25rem;
    background: 0 0;
    color: #fff;
    display: block;
    cursor: pointer;
    font-variant-numeric: tabular-nums;
    padding: 0.125rem;
}
.button_play_content {
    background-color: rgba(13,13,13,.6);
    display: flex;
    align-items: center;
    border-radius: 6.25rem;
}
.button_play_left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
}
.button_play_left svg {
    width: 100%;
}
.button_play {
    border-radius: 6.25rem;
    background: 0 0;
    color: #fff;
    display: block;
    cursor: pointer;
    font-variant-numeric: tabular-nums;
    padding: 0.125rem;
}
.button_play_right {
    display: block;
    line-height: 1;
    padding-right: 1.5rem;
    font-size: .875rem;
    text-transform: uppercase;
}

.video-dailymotion {
    width: 100%;
    aspect-ratio: 1.777;
}

.video-dailymotion iframe {
    width: 100%;
    height: 100%;
}