.big7-videoplayer:fullscreen .video-js .vjs-tech {
    max-height: 100vH !important;
}

.big7-videoplayer:fullscreen .vjs-poster img {
    max-height: 100vH !important;
}

.big7-videoplayer.video_hls_player:fullscreen .video-x-selling {
    justify-content: center;
}

.big7-videoplayer.video_hls_player:fullscreen .video-x-selling .xv {
    max-width: 888px;
}

.profil_video_preview_div.isPortrait {
    aspect-ratio: 16/9;
}

.profil_video_preview_div .video_hls_player.isPortrait {
    transform: translateY(-50%);
}

div[data-type="video_timeline_hls"] {
    aspect-ratio: 16/9;
    overflow: hidden;
}
div[data-type="video_timeline_hls"] .video_hls_wrapper.isPortrait {
    transform: translateY(-50%);
}

#timeline_container .update-pic img {
    max-height: initial !important;
}

div[data-type="play-preview-button"]:hover,
div[data-type="play-preview-area"]:hover {
    cursor: pointer;
}

.profile_v2 .blogpost.pvideo .preview .video-preview-stop-button {
    right: 40px;
}

.profile_v2 .blogpost.pvideo .preview .video-preview-fullscreen-button {
    right: 5px;
}

.profile_v2 .blogpost.pvideo .preview .video-preview-fullscreen-button,
.profile_v2 .blogpost.pvideo .preview .video-preview-stop-button {
    bottom: 10px;
}

.profile_v2 .blogpost.pvideo .preview .video-preview-play-button {
    right: 15px;
    top: 15px;
}