.fluid_video_wrapper {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0;
    transition-duration: 0;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    -webkit-tap-highlight-color: transparent
}

.fluid_video_wrapper canvas {
    pointer-events: none
}

.fluid_video_wrapper,
.fluid_video_wrapper * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fluid_video_wrapper:after,
.fluid_video_wrapper:before {
    content: none
}

.fluid_video_wrapper {
    position: relative;
    display: inline-block
}

.fluid_video_wrapper video {
    position: relative;
    background-color: #000;
    display: block
}

.fluid_video_wrapper .vast_video_loading:before {
    background-image: url("./../../images/fluid_spinner.svg");
    background-position: center, center;
    background-repeat: no-repeat, repeat;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.skip_button {
    position: absolute;
    bottom: 50px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 13px 21px 13px 21px
}

.skip_button,
.skip_button a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
    font-size: 13px;
    font-family: 'Roboto', sans-serif, Verdana, Arial;
    font-weight: normal;
    white-space: nowrap;
    text-align: start
}

.skip_button a span.skip_button_icon {
    display: inline-block;
    text-align: left;
    width: 21px;
    position: relative;
    bottom: 20px
}

.skip_button a span.skip_button_icon:before {
    /*background: url('images/fluid_icons.svg') no-repeat;*/
    position: absolute;
    height: 18px;
    width: 18px;
    top: 6px;
    content: "";
    opacity: .8;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background-position: -122px -57px
}

.skip_button a span.skip_button_icon:before:hover {
    opacity: 1
}

.skip_button_disabled {
    cursor: default !important;
    padding: 13px 21px 13px 21px
}

.close_button {
    position: absolute;
    top: -21px;
    right: -20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 90px;
    background: #000;
    height: 25px;
    width: 25px;
    z-index: 31
}

.close_button:hover {
    background-color: red;
    box-shadow: 0 0 10px #000
}

.vast_clickthrough_layer {
    background-color: white;
    opacity: 0
}

.fluid_ad_playing {
    position: absolute;
    background-color: black;
    opacity: .8;
    border-radius: 1px;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif, Verdana, Arial;
    font-weight: normal;
    white-space: nowrap;
    text-align: start;
    line-height: 18px;
    z-index: 10;
    padding: 13px 21px 13px 21px
}

.fluid_ad_cta {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-align: right;
    cursor: pointer;
    z-index: 10;
    padding: 13px 21px 13px 13px
}

.fluid_ad_cta a {
    text-decoration: none;
    color: #fff;
    line-height: 18px
}

.fluid_ad_cta:hover,
.skip_button:not(.skip_button_disabled):hover {
    background-color: rgba(0, 0, 0, 1)
}

.fluid_html_on_pause,
.fluid_pseudo_poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

.fluid_html_on_pause * {
    pointer-events: auto
}

.error_video_message {
    font-family: 'Roboto', sans-serif, Verdana, Arial;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: white;
    text-align: center
}

.error_video_message span {
    background: #242424;
    padding: 22px;
    border-radius: 5px
}

.fluid_video_wrapper.mobile .skip_button {
    bottom: 75px
}

.fluid_initial_play {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    cursor: pointer;
    background-color: rgba(31, 31, 31, 0.6)
}

.fluid_initial_play_button {
    margin-top: 25px;
    margin-left: 38px;
    border-style: solid;
    border-width: 25px 0 25px 39px;
    border-color: transparent transparent transparent #fff;
    opacity: .8
}

.fluid_initial_pause_button {
    margin-top: 34px;
    margin-left: 36px;
    width: 10px;
    height: 32px;
    border: 10px solid white;
    border-top: 0;
    border-bottom: 0
}

.fluid_timeline_preview {
    bottom: 19px;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    font-family: 'Roboto', sans-serif;
    text-align: start;
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    font-weight: bold
}

.preview_arrow {
    width: 0;
    height: 0;
    padding: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: 10px
}

.time_container {
    bottom: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center
}

.preview_time {
    display: inline !important;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background: #00000075;
    padding: 5px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_fluid_control_duration {
    display: inline-block;
    position: absolute;
    left: 32px;
    height: 36px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    line-height: 36px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_fluid_control_duration.cardboard_time {
    left: 13px;
    top: -15px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_fluid_control_duration.cardboard_time .ad_timer_prefix {
    color: #f2c94c
}

.fluid_video_wrapper.fluid_player_layout_default .ad_countdown .ad_timer_prefix {
    color: #f2c94c
}

.fluid_video_wrapper.fluid_player_layout_default .ad_countdown {
    display: none;
    position: absolute;
    right: 0;
    width: 75px;
    bottom: 5px;
    height: 24px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    line-height: 21px
}

.initial_controls_show {
    visibility: visible !important;
    opacity: 1 !important
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ad000000', GradientType=0);
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel {
    height: 96px;
    width: 72px;
    left: 10px;
    top: 10px;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    pointer-events: auto
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel .fluid_vr_button {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    height: 24px;
    width: 24px;
    position: relative;
    /*background: url(images/fluid_icons.svg) no-repeat;*/
    opacity: .8
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel .fluid_vr_button:hover {
    opacity: 1
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel .fluid_vr_joystick_up {
    background-position: -336px -55px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: block;
    left: calc(50% - 12px);
    top: 0;
    position: absolute
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel .fluid_vr_joystick_left {
    background-position: -336px -55px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(1890deg);
    transform: rotate(180deg);
    display: block;
    left: 0;
    top: 24px;
    position: absolute
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel .fluid_vr_joystick_right {
    background-position: -336px -55px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    display: block;
    right: 0;
    top: 24px;
    position: absolute
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel .fluid_vr_joystick_down {
    background-position: -336px -55px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    left: calc(50% - 12px);
    top: 48px;
    position: absolute
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel .fluid_vr_joystick_zoomdefault {
    background-position: -336px -17px;
    top: 72px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    left: calc(50% - 12px)
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel .fluid_vr_joystick_zoomin {
    background-position: -305px -55px;
    top: 72px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    right: 0
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vr_container .fluid_vr_joystick_panel .fluid_vr_joystick_zoomout {
    background-position: -305px -17px;
    top: 72px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    left: 0
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container.fluid_vr_controls_container {
    width: 50% !important
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container.fluid_vr2_controls_container {
    width: 50% !important;
    left: 50%
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ad000000', GradientType=0);
    height: 63px;
    z-index: 1
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vpaid_iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -10
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vpaid_nonlinear_slot_iframe {
    z-index: 30
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_vpaid_slot {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_subtitles_container {
    color: white;
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    height: auto;
    z-index: 1;
    text-align: center
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_subtitles_container div {
    display: inline;
    background: black;
    color: white;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    padding: .25em;
    border-radius: 4px
}

.fluid_video_wrapper.fluid_player_layout_default .fade_out {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s
}

.fluid_video_wrapper.fluid_player_layout_default .fade_in {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s
}

.fluid_video_wrapper.fluid_player_layout_default.pseudo_fullscreen {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999
}

.fluid_video_wrapper.fluid_player_layout_default:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.fluid_video_wrapper.fluid_player_layout_default:-ms-fullscreen {
    width: 100% !important;
    height: 100% !important;
    position: absolute
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_context_menu {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif, Verdana, Arial;
    font-weight: normal;
    white-space: nowrap;
    text-align: start;
    z-index: 11;
    border-radius: 1px
}

_:-ms-lang(x),
.fluid_video_wrapper.fluid_player_layout_default .fluid_context_menu {
    text-align: left
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_context_menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_context_menu ul li {
    padding: 13px 71px 13px 21px;
    cursor: pointer
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_context_menu ul li+li {
    border-top: 1px solid #000
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_context_menu ul li:hover {
    background-color: #1e1e1e;
    color: #fbfaff
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_left {
    width: 24px;
    left: 20px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_play,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_pause {
    margin-top: 3px;
    height: auto
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button {
    width: 36px;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right {
    left: 70px;
    right: 16px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_left,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right {
    position: absolute;
    height: 36px;
    top: 27px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container {
    height: 14px;
    position: absolute;
    left: 13px;
    right: 13px;
    z-index: 1;
    top: 14px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.25)
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_buffered {
    position: absolute;
    top: 5px;
    width: 0;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress .fluid_controls_currentprogress {
    position: absolute;
    height: 3px
}

.progress_bar_animation {
    -moz-transition: margin, height .1s cubic-bezier(0.4, 0.0, 1, 1);
    -webkit-transition: margin, height .1s cubic-bezier(0.4, 0.0, 1, 1);
    -ms-transition: margin, height .1s cubic-bezier(0.4, 0.0, 1, 1);
    transition: margin, height .1s cubic-bezier(0.4, 0.0, 1, 1)
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container:hover .fluid_controls_progress,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container:hover .fluid_controls_buffered,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container:hover .fluid_controls_ad_markers_holder {
    margin-top: -1px;
    height: 5px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container:hover .fluid_controls_progress .fluid_controls_currentprogress {
    height: 5px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_timeline_preview_container {
    border: 3px solid #262626
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_timeline_preview_container,
.fluid_timeline_preview_container_shadow {
    bottom: 20px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container.fluid_slider .fluid_controls_progress .fluid_controls_currentprogress .fluid_controls_currentpos {
    background-color: #f40303;
    z-index: 0
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container.fluid_slider .fluid_controls_progress .fluid_controls_currentprogress .fluid_controls_currentpos,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container.fluid_ad_slider .fluid_controls_progress .fluid_controls_currentprogress .fluid_controls_currentpos {
    opacity: 0
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container.fluid_slider:hover .fluid_controls_progress .fluid_controls_currentprogress .fluid_controls_currentpos {
    opacity: 1
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container.fluid_slider .fluid_controls_progress .fluid_controls_currentprogress .fluid_controls_currentpos {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_ad_markers_holder {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 3px;
    z-index: 2
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_ad_marker {
    position: absolute;
    background-color: #fc0;
    height: 100%;
    width: 6px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container {
    height: 24px;
    width: 56px;
    left: 30px;
    top: 5px;
    z-index: 2;
    opacity: .8;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: none
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container:hover {
    opacity: 1
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container .fluid_control_volume {
    position: relative;
    height: 3px;
    width: 100%;
    margin-top: 10px;
    background-color: rgba(171, 172, 172, 0.68);
    z-index: 3
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container .fluid_control_volume .fluid_control_currentvolume {
    float: left;
    background-color: white;
    height: 3px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container .fluid_control_volume .fluid_control_currentvolume .fluid_control_volume_currentpos {
    background-color: white
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress .fluid_controls_currentpos {
    right: -6px;
    z-index: 3
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container .fluid_control_volume .fluid_control_currentvolume .fluid_control_volume_currentpos,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress .fluid_controls_currentpos {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -4px;
    border-radius: 6px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress .fluid_controls_currentpos {
    width: 13px;
    height: 13px;
    position: absolute;
    top: -4px;
    border-radius: 6px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container.no_volume_bar .fluid_controls_right .fluid_control_volume_container {
    display: none
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_slider {
    cursor: pointer
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container div div {
    display: block
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button.fluid_button_fullscreen,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button.fluid_button_fullscreen_exit {
    float: right
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button_subtitles,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button_cardboard {
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    float: right;
    cursor: pointer;
    position: relative;
    text-align: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button_video_source .fluid_video_sources_title,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button_subtitles .fluid_subtitles_title {
    width: 80px;
    overflow: hidden
}

.fluid_video_sources_list,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_video_playback_rates {
    position: absolute;
    min-width: 150px;
    bottom: 52px;
    right: 0;
    z-index: 3;
    border-radius: 2px;
    background: rgba(28, 28, 28, 0.9);
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    -moz-transition: visibility .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: visibility .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: visibility .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif, Verdana, Arial;
    font-weight: normal;
    white-space: nowrap;
    text-align: start
}

.list_fade_out {
    opacity: 0;
    z-index: 21;
    visibility: hidden
}

.list_fade_in {
    visibility: visible;
    opacity: 1
}

.fluid_video_sources_list .fluid_video_source_list_item {
    padding: 12px 34px 12px 24px;
    line-height: 15px;
    width: 130px;
    text-align: center;
    position: relative
}

.fluid_video_sources_list .fluid_video_source_list_item:hover,
.fluid_video_playback_rates_item:hover {
    background-color: rgba(255, 255, 255, .1);
    cursor: pointer
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button.fluid_button_volume,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button.fluid_button_mute {
    position: absolute
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button.fluid_button_volume,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_button.fluid_button_mute {
    left: -14px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_playback_rate,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_download,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_subtitles {
    display: inline-block;
    text-align: left;
    height: 30px;
    width: 37px;
    position: relative
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_playback_rate:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_download:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_theatre:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_settings:before {
    /*background: url('images/fluid_icons.svg') no-repeat;*/
    position: absolute;
    height: 30px;
    width: 37px;
    top: 1px;
    left: 5px;
    content: "";
    opacity: .8;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.fluid_button.fluid_button_play,
.fluid_button.fluid_button_pause,
.fluid_button.fluid_button_video_source,
.fluid_button.fluid_button_fullscreen,
.fluid_button.fluid_button_fullscreen_exit,
.fluid_button.fluid_button_mute,
.fluid_button.fluid_button_volume {
    opacity: .8;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.fluid_button.fluid_button_play:hover,
.fluid_button.fluid_button_pause:hover,
.fluid_button.fluid_button_video_source:hover,
.fluid_button.fluid_button_fullscreen:hover,
.fluid_button.fluid_button_fullscreen_exit:hover,
.fluid_button.fluid_button_mute:hover,
.fluid_button.fluid_button_volume:hover {
    opacity: 1
}

.ytp-svg-shadow {
    stroke: #000;
    stroke-opacity: .15;
    stroke-width: 2px;
    fill: none
}

.ytp-svg-fill {
    fill: #fff
}

.ytp-fullscreen-button-corner-0,
.ytp-fullscreen-button-corner-1,
.ytp-fullscreen-button-corner-2,
.ytp-fullscreen-button-corner-3 {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

@keyframes ytp-fullscreen-button-corner-0-animation {
    50% {
        -moz-transform: translate(-1px, -1px);
        -ms-transform: translate(-1px, -1px);
        -webkit-transform: translate(-1px, -1px);
        transform: translate(-1px, -1px)
    }
}

@keyframes ytp-fullscreen-button-corner-1-animation {
    50% {
        -moz-transform: translate(1px, -1px);
        -ms-transform: translate(1px, -1px);
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
}

@keyframes ytp-fullscreen-button-corner-2-animation {
    50% {
        -moz-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
}

@keyframes ytp-fullscreen-button-corner-3-animation {
    50% {
        -moz-transform: translate(-1px, 1px);
        -ms-transform: translate(-1px, 1px);
        -webkit-transform: translate(-1px, 1px);
        transform: translate(-1px, 1px)
    }
}

.fluid_button.btn_fullscreen:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-0 {
    -moz-animation: ytp-fullscreen-button-corner-0-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-animation: ytp-fullscreen-button-corner-0-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    animation: ytp-fullscreen-button-corner-0-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1)
}

.fluid_button.btn_fullscreen:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-1 {
    -moz-animation: ytp-fullscreen-button-corner-1-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-animation: ytp-fullscreen-button-corner-1-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    animation: ytp-fullscreen-button-corner-1-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1)
}

.fluid_button.btn_fullscreen:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-2 {
    -moz-animation: ytp-fullscreen-button-corner-2-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-animation: ytp-fullscreen-button-corner-2-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    animation: ytp-fullscreen-button-corner-2-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1)
}

.fluid_button.btn_fullscreen:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-3 {
    -moz-animation: ytp-fullscreen-button-corner-3-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-animation: ytp-fullscreen-button-corner-3-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    animation: ytp-fullscreen-button-corner-3-animation .4s cubic-bezier(0.4, 0.0, 0.2, 1)
}

.fluid_button.fluid_button_video_source {
    position: relative
}

.fluid_button.fluid_button_video_source svg {
    pointer-events: none;
    -moz-transition: -moz-transform .1s cubic-bezier(0.4, 0.0, 1, 1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.4, 0.0, 1, 1);
    -ms-transition: -ms-transform .1s cubic-bezier(0.4, 0.0, 1, 1);
    transition: transform .1s cubic-bezier(0.4, 0.0, 1, 1)
}

.fluid_button.fluid_button_video_source[aria-expanded=true] svg {
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg)
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_video_source:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik01LDcgTDYsNyBMNiw4IEw1LDggTDUsNyBaIE0xMCwzIEwxMCw0IEw4LDQgTDgsMyBMMTAsMyBaIE0zLDYgTDMsNSBMNSw1IEw1LDYgTDMsNiBaIE0yLDcgTDMsNyBMMyw4IEwyLDggTDIsNyBaIE03LDcgTDEwLDcgTDEwLDggTDcsOCBMNyw3IFogTTEwLDYgTDExLDYgTDExLDcgTDEwLDcgTDEwLDYgWiIgZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIwLjY0NzEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgLz48cGF0aCBkPSJNNSw3IEw1LDYgTDUsNSBMMyw1IEwzLDYgTDMsNyBMMiw3IEwyLDIgTDMsMiBMMyw0IEw1LDQgTDUsMiBMNiwyIEw2LDcgTDUsNyBaIE0xMSw2IEwxMCw2IEwxMCw3IEw3LDcgTDcsMiBMMTAsMiBMMTAsMyBMMTEsMyBMMTEsNiBaIE0xMCw0IEwxMCwzIEw4LDMgTDgsNCBMOCw2IEwxMCw2IEwxMCw0IFoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgLz48L3N2Zz4=);
    content: '';
    position: absolute;
    top: 9px;
    right: 4px;
    height: 9px;
    width: 13px;
    background-color: red;
    border-radius: 1px;
    line-height: normal
}

.video_4k:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik0xMCw0IEwxMSw0IEwxMSw1IEwxMCw1IEwxMCw0IFogTTEwLDcgTDExLDcgTDExLDggTDEwLDggTDEwLDcgWiBNOCw1IEwxMCw1IEwxMCw2IEw4LDYgTDgsNSBaIE03LDcgTDgsNyBMOCw4IEw3LDggTDcsNyBaIE01LDYgTDYsNiBMNiw3IEw1LDcgTDUsNiBaIE00LDcgTDUsNyBMNSw4IEw0LDggTDQsNyBaIE0yLDYgTDQsNiBMNCw3IEwyLDcgTDIsNiBaIE0zLDQgTDQsNCBMNCw1IEwzLDUgTDMsNCBaIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9IjAuNjQ3MSIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjxwYXRoIGQ9Ik0xMSw1IEwxMSw3IEwxMCw3IEwxMCw2IEwxMCw1IEwxMSw1IFogTTEwLDUgTDgsNSBMOCw2IEw4LDcgTDcsNyBMNywyIEw4LDIgTDgsNCBMMTAsNCBMMTAsNSBaIE00LDQgTDMsNCBMMyw1IEw0LDUgTDQsNCBaIE00LDcgTDQsNiBMMiw2IEwyLDQgTDMsNCBMMywzIEw0LDMgTDQsMiBMNSwyIEw1LDUgTDYsNSBMNiw2IEw1LDYgTDUsNyBMNCw3IFogTTEwLDIgTDExLDIgTDExLDQgTDEwLDQgTDEwLDIgWiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiAvPjwvc3ZnPg==) !important
}

.hd_hidden:after {
    display: none
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_settings:before {
    background-position: -232px -56px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_subtitles:before {
    background-position: -269px -19px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_playback_rate:hover:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_download:hover:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_theatre:hover:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_subtitles:hover:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_cardboard:hover:before {
    opacity: 1
}

.fp_title {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif, Verdana, Arial;
    font-weight: normal;
    white-space: nowrap
}

.transform-active {
    display: inline-block !important;
    cursor: default;
    -moz-animation: ytp-bezel-fadeout .5s linear 1 normal forwards;
    -webkit-animation: ytp-bezel-fadeout .5s linear 1 normal forwards;
    animation: ytp-bezel-fadeout .5s linear 1 normal forwards
}

@keyframes ytp-bezel-fadeout {
0 {
    opacity: 1
}
to {
    opacity: 0;
    transform: scale(2)
}
}

.fluid_nonLinear_top,
.fluid_nonLinear_middle,
.fluid_nonLinear_bottom {
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    align-content: center;
    border: 1px solid #777;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7)
}

.fluid_nonLinear_top {
    top: 20px;
    transform: translate(-50%)
}

.fluid_nonLinear_middle {
    top: 50%;
    transform: translate(-50%, -50%)
}

.fluid_nonLinear_bottom {
    bottom: 50px;
    transform: translate(-50%)
}

.fluid_vpaidNonLinear_top,
.fluid_vpaidNonLinear_middle,
.fluid_vpaidNonLinear_bottom {
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    align-content: center;
    position: absolute;
    display: flex;
    z-index: 20
}

.fluid_vpaidNonLinear_frame {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fluid_vpaidNonLinear_top {
    top: 20px
}

.fluid_vpaidNonLinear_middle {
    top: 50%
}

.fluid_vpaidNonLinear_bottom {
    bottom: 50px
}

.add_icon_clickthrough {
    color: #f2c94c;
    line-height: 18px
}

.add_icon_clickthrough:before {
    /*background: url('images/fluid_icons.svg') no-repeat;*/
    height: 18px;
    width: 18px;
    top: 30px;
    padding: 1px 22px 0 0;
    content: "";
    background-position: -162px -57px
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_theatre,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_video_source,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_download,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_subtitles,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_cardboard {
    float: right
}

.fluid_button_playback_rate {
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    padding-right: 38px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIxMDAlIj48cGF0aCBkPSJtIDEyLjU5LDIwLjM0IDQuNTgsLTQuNTkgLTQuNTgsLTQuNTkgMS40MSwtMS40MSA2LDYgLTYsNiB6IiBmaWxsPSIjZmZmIiAvPjwvc3ZnPg==)
}

.fluid_video_playback_rates_title {
    cursor: pointer;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left 3px center;
    background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIxMDAlIj48cGF0aCBkPSJNIDE5LjQxLDIwLjA5IDE0LjgzLDE1LjUgMTkuNDEsMTAuOTEgMTgsOS41IGwgLTYsNiA2LDYgeiIgZmlsbD0iI2ZmZiIgLz48L3N2Zz4=)
}

.fluid_video_playback_rates_title,
.fluid_video_sources_title {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #545454;
    margin-bottom: 5px
}

.fluid_video_playback_rates_item {
    padding: 9px 46px 9px 25px;
    line-height: 15px;
    text-align: right
}

.fluid_theatre_mode {
    position: fixed;
    float: left;
    top: 0;
    z-index: 10;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8)
}

.source_button_icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxMDAlIj48cGF0aCBkPSJNOSAxNi4yTDQuOCAxMmwtMS40IDEuNEw5IDE5IDIxIDdsLTEuNC0xLjRMOSAxNi4yeiIgZmlsbD0iI2ZmZiIgLz48L3N2Zz4=);
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
    height: 18px;
    width: 18px;
    opacity: 0
}

.subtitle_selected,
.source_selected {
    opacity: 1 !important
}

@media only screen and (min-device-width:412px) {
    .fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_fluid_control_duration {
        left: 105px
    }
    .fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container.no_volume_bar .fluid_fluid_control_duration {
        left: 32px
    }
    .fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container {
        display: block
    }
}

@media only screen and (max-device-width:332px) {
    .fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_fluid_control_duration {
        display: none
    }
}

.fp_hd_source,
.fp_4k_source {
    top: 4px;
    position: absolute
}

.fp_hd_source::before,
.fp_4k_source::before {
    font-weight: bolder;
    font-size: 7.5pt;
    content: 'HD';
    padding-left: 2px;
    color: #f40303
}

.fp_hd_source::before {
    content: 'HD'
}

.fp_4k_source::before {
    content: '4K'
}

#banner_in_video {
    display: none
}

.fluid_nonLinear_middle .banner {
    max-height: 250px
}

.playback_rate {
    float: right;
    margin-right: 9px
}

.ytp-svg-volume-animation-speaker {
    transition: d .35s
}