
    .jw-skin-lno-player .jw-controls {
        background: transparent !important;
    }

     @media only screen and (min-width: 480px) {
         .player-container {
             background-color: black;
         }

         .player-minimize .player-position {
             background-color: white;
             border-radius: 2px;
             bottom: 20px;
             box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
             right: 20px;
             padding: 2px;
             position: fixed;
             width: 375px;
             z-index: 1;
         }

         .jwplayer {
             margin: 0;
         }
     }
    .jw-featured {
        display: none !important;
    }

    /*FROM TRAILER FOR OUTRO*/
    .jw-nextup-container-visible {
        display: none !important;
    }
    .jw-nextup-container-visible * {
        display: none !important;
    }
    .jw-nextup-container {
        display: none !important;
    }
    .jw-nextup-container * {
        display: none !important;
    }
    .jw-controls .lno-player-link {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        cursor: pointer;
        pointer-events: all;
    }
    .jw-state-complete .jw-media {
        pointer-events: none !important;
    }
