.Fullscreen {
    display: inline-block;
    position: absolute;
    right: 10px;

    &[data-fullscreen=true] {
        margin-top: 5px;
        right: 30px;
    }

    &-go-fullscreen-button,
    &-exit-fullscreen-button {
        cursor: pointer;
        display: inline-block;
        height: 16px;
        margin-top: 4px;
        text-align: center;
        width: 16px;
    }

    &[data-fullscreen=true] .VideoPlayerIcons-go-fullscreen,
    &[data-fullscreen=true] .VideoPlayerIcons-exit-fullscreen {
        height: 24px;
        width: 24px;
    }
}
