﻿.embed.preview-player {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.embed.preview-player.product-detail {
    position: inherit;
    width: inherit;
    overflow: inherit;
}

.embed-responsive-4by3#mediaPlayerPreview,
.embed-responsive-16by9#mediaPlayerOverview {
    height: inherit;
    padding-bottom: inherit;
}

.embed.preview-player img {
    position: absolute;
    width: 25%;
    right: 10%;
    bottom: 15%;
}

div.video-js div.vjs-watermark-bottom-right {
    right: 0;
    bottom: 13%;
}

.embed.preview-player.product-detail img {
    position: inherit;
    width: 25%;
    right: 4%;
    vertical-align: inherit;
    border: inherit;
    text-shadow: inherit;
}

.embed.preview-player video {
    object-fit: cover;
}

.vjs-poster {
    background-size: cover !important;
}

.embed.preview-player.product-detail.full-screen {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
}

.watermark {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 25%;
    background-repeat: no-repeat;
    top: 67%;
    right: 5%;
    background-position-x: 98%;
}

.vjs-watermark-content.vjs-watermark-bottom-right {
    width: 100%;
}

#my-video .vjs-big-play-button {
    top: 40%;
    left: 40%;
}

.vjs-picture-in-picture-control.vjs-control.vjs-button {
    display: none;
}