.video iframe {
    max-width: 100%;
    max-height: 100%;
    min-height: 200px;
    width: 100%;
}

.video-wrapper {
    height: auto;
    overflow: hidden;
}

.close-video {
    display: none;
}

.mgr-farm-video-thumbnail-wrapper {
    position: relative;
}

.mgr-farm-video-thumbnail-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.stuck .close-video {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    right: 0;
    z-index: 999;
    background: #000;
    line-height: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video.stuck, .farmacja-video-slider.stuck {
    position: fixed;
    bottom: 215px;
    left: 20px;
    z-index: 9999;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px;
    height: 200px;
    -webkit-animation: fade-in-up .75s ease forwards;
    animation: fade-in-up .75s ease forwards;
    border: 3px solid rgba(120, 120, 120, 0.1);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
    display: flex;
}

/**
 Video slider styles
 */
.farmacja-video-slider {
    width: 100%;
    height: 233px;
    background: #444;
    position: relative;
    overflow: hidden;
    max-height: 233px;
}

#recepturaFarmacjaPlayer .farmacja-video-slider:not(.stuck) {
    height: 318px !important;
    max-height: none !important;
}

.farmacja-video-slider .slide {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.farmacja-video-slider .slide:first-child {
    left: 0;
}

.farmacja-video-slider .overlay-content {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
    height: 100%;
    width: 100%;
}


.farmacja-video-slider video {
    max-height: 100%;
    max-width: 100%;
}

.aptekarz-player .farmacja-video-slider:not(.stuck) {
    max-height: none !important;
    height: 280px !important;
}

.farmacja-video-slider.stuck iframe {
    height: 100% !important;
}

.single-video-wrapper .farmacja-video-slider {
    height: auto;
    max-height: none;
}

.farmacja-video-slider .slide-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    width: 10%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.farmacja-video-slider i {
    color: white;
    z-index: 9999999;
}

.farmacja-video-slider .slide-arrow:hover {
    opacity: 1;
}

.farmacja-video-slider .slide-arrow:after {
    text-align: center;
    display: block;
    height: 10%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 3em;
}

.farmacja-video-slider .slide-arrow.right {
    left: auto;
    right: 0;
}
