.mpp-gallery{
    position: relative;
    margin: 0 auto;
}
.mpp-playlist-content{
    position:relative;
    width: 100%;
    overflow: hidden;
} 
.mpp-playlist-inner{
    position:relative;
} 
.mpp-playlist-item{
    position:relative;
    top:0;
    left:0;
    margin: 0;
    padding: 0 2.5px 5px 2.5px;
    width: 100%;
    height:auto;
    touch-action: pan-y;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    display: none;
}
.mpp-no-download{
   pointer-events:none;  
}
.mpp-drot .mpp-playlist-item,
.mpp-drot .mpp-inner{
    display: flex;
    flex-direction: row;
}
.mpp-dbt .mpp-content,
.mpp-dot .mpp-content{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mpp-drot .mpp-content{
    overflow: hidden;
    position: relative;
    width: 50%;
}

.mpp-playlist-item .mpp-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: auto;
    min-height:100%;
    object-fit: cover;
    transition: opacity 500ms ease-out;
}
.mpp-playlist-item .mpp-audio{
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
}
.mpp-playlist-item .mpp-thumb,
.mpp-playlist-item .mpp-image{
    position: relative;
    width: 100%;
    max-width: none;
    /*min-height: 100%;*/
    margin: 0!important;
    padding: 0!important;
    display: block;
    user-select: none;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transition: opacity 500ms ease-in;
}
.mpp-yt-iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    background: #222;
    transition: opacity .5s ease-out;
    opacity: 0;

    position: absolute!important;
    width: 132%!important;
    height: 200%!important;
    top: -50%!important;
    left: -16%!important;
    max-width: none!important;
}
.mpp-vim-iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    background: #222;
    transition: opacity .5s ease-out;
    opacity: 0;
}
.mpp-media{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mpp-blocker{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index:20;
}
.mpp-dbt .mpp-info{
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    box-sizing: border-box;
    line-height: normal;
}
.mpp-dot .mpp-info{
position: relative;
z-index: 31;
}

.mpp-drot .mpp-info{
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    box-sizing: border-box;
    line-height: normal;
    height: 100%;
    flex: 1;
    width: 50%;
}




.mpp-playlist-item-active{
    z-index: 30;
}

/* no thumb */
.mpp-no-thumb{
    position: relative!important;
    height: auto!important;
}



/* skins */

/* light */

.mpp-skin-light:not(.mpp-skin-capella) .mpp-playlist-item,
.mpp-skin-light:not(.mpp-skin-capella) .mpp-info {
    /*background: rgba(255,255,255,1);*/
}
.mpp-skin-light .mpp-description {
    color: #fff;
}
.mpp-skin-light .mpp-title {
    color:#484848;
}

/* dark */

.mpp-skin-dark:not(.mpp-skin-capella) .mpp-playlist-item,
.mpp-skin-dark:not(.mpp-skin-capella) .mpp-info {
    background: #242424;
}
.mpp-skin-dark .mpp-description {
    color:#ccc;
}
.mpp-skin-dark .mpp-title {
    color:#efefef;
}



/* description below thumbnail */
/* skin pure */

.mpp-dbt.mpp-skin-pure .mpp-info{
    padding: 10px;
}
.mpp-dbt.mpp-skin-pure .mpp-title {
    font-size:15px;
}
.mpp-dbt.mpp-skin-pure .mpp-description {
    font-size: 13px;
}


/* skin ground */
.mpp-dbt.mpp-skin-ground .mpp-playlist-item{
    padding: 10px;
}
.mpp-dbt.mpp-skin-ground .mpp-info{
    padding: 10px;
}
.mpp-dbt.mpp-skin-ground .mpp-title {
    font-size:15px;
}
.mpp-dbt.mpp-skin-ground .mpp-description {
    font-size: 13px;
}








/* description over thumbnail */
/* sirius */

.mpp-dot.mpp-skin-sirius-out .mpp-info{
    padding: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 200ms ease-out;
    opacity: 1;
}
.mpp-dot.mpp-skin-sirius-out .mpp-title {
    font-size:15px;
}
.mpp-dot.mpp-skin-sirius-out .mpp-description {
    font-size: 13px;
}
.mpp-dot.mpp-skin-sirius-out .mpp-playlist-item-active .mpp-info{
    opacity: 0;
}

.mpp-dot.mpp-skin-sirius-in .mpp-info{
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 200ms ease-out;
    opacity: 0;
}
.mpp-dot.mpp-skin-sirius-in .mpp-title {
    font-size:15px;
}
.mpp-dot.mpp-skin-sirius-in .mpp-description {
    font-size: 13px;
}
.mpp-dot.mpp-skin-sirius-in .mpp-playlist-item-active .mpp-info{
    opacity: 1;
}

/* averta */

.mpp-dot.mpp-skin-averta-in .mpp-info{
    padding: 10px;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 200ms ease-out;
}
.mpp-dot.mpp-skin-averta-in .mpp-title {
    font-size:15px;
}
.mpp-dot.mpp-skin-averta-in .mpp-description {
    font-size: 13px;
}
.mpp-dot.mpp-skin-averta-in .mpp-playlist-item-active .mpp-info{
    opacity: 1;
    top:50%;
}

.mpp-dot.mpp-skin-averta-out .mpp-info{
    padding: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 200ms ease-out;
}
.mpp-dot.mpp-skin-averta-out .mpp-title {
    font-size:15px;
}
.mpp-dot.mpp-skin-averta-out .mpp-description {
    font-size: 13px;
}
.mpp-dot.mpp-skin-averta-out .mpp-playlist-item-active .mpp-info{
    opacity: 0;
    top:0%;
}

/* skin vega */

.mpp-dot.mpp-skin-vega .mpp-content{
    transition: transform 0.2s ease-out;
}
.mpp-dot.mpp-skin-vega .mpp-info{
    padding: 10px;
    height: 101px;
    bottom: 0;
    transition: all 0.2s ease-out;
}
.mpp-dot.mpp-skin-vega .mpp-title {
    font-size:15px;
}
.mpp-dot.mpp-skin-vega .mpp-description {
    font-size: 13px;
}
.mpp-dot.mpp-skin-vega .mpp-playlist-item-active .mpp-content{
    transform: translateY(-50px);
}
.mpp-dot.mpp-skin-vega .mpp-playlist-item-active .mpp-info{
    transform: translateY(50px);
}

/* skin antares */

.mpp-dot.mpp-skin-antares .mpp-playlist-item{
    overflow: hidden;
}
.mpp-dot.mpp-skin-antares .mpp-info{
    padding: 10px;
    transition: transform 0.2s ease-out;
    bottom: 0;
    max-height: 100px;
    min-height: 51px;
}
.mpp-dot.mpp-skin-antares .mpp-title {
    font-size:15px;
}
.mpp-dot.mpp-skin-antares .mpp-description {
    font-size: 13px; 
}
.mpp-dot.mpp-skin-antares .mpp-content{
    transition: transform 0.2s ease-out;
    transform: translateY(-50px);   
}
.mpp-dot.mpp-skin-antares .mpp-playlist-item-active .mpp-content{
    transform: translateY(0);
}
.mpp-dot.mpp-skin-antares .mpp-playlist-item-active .mpp-info{
    transform: translateY(100px);
}

/* skin pollux */

.mpp-dot.mpp-skin-pollux .mpp-playlist-item{
    overflow: hidden;
}
.mpp-dot.mpp-skin-pollux .mpp-info{
    padding: 10px;
    transition: transform 0.2s ease-out;
    max-height: 100px;
    top: 100%;
}
.mpp-dot.mpp-skin-pollux .mpp-title {
    font-size:15px;
}
.mpp-dot.mpp-skin-pollux .mpp-description {
    font-size: 13px;
}
.mpp-dot.mpp-skin-pollux .mpp-content{
    transition: transform 0.2s ease-out;
}
.mpp-dot.mpp-skin-pollux .mpp-playlist-item-active .mpp-content{
    transform: translateY(-30px);
}
.mpp-dot.mpp-skin-pollux .mpp-playlist-item-active .mpp-info{
    transform: translateY(-100%);
}

/* skin capella */

.mpp-dot.mpp-skin-capella .mpp-playlist-item{
    border-radius: 12px;
    overflow: hidden;
}
.mpp-dot.mpp-skin-capella .mpp-info {
    bottom: 20px;
    padding: 20px;
    text-align: center;
}
.mpp-dot.mpp-skin-capella .mpp-title {
    font-size: 30px;
}
.mpp-dot.mpp-skin-capella .mpp-description {
    font-size: 15px;
    margin-top: 8px;
}


/* description right or thumbnail */
/* skin tauri */



.mpp-drot.mpp-skin-tauri .mpp-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mpp-drot.mpp-skin-tauri .mpp-title {
    font-size:15px;
}
.mpp-drot.mpp-skin-tauri .mpp-description {
    font-size: 13px;
}




/* shadow */

.mpp-shadow1 .mpp-playlist-item{
    box-shadow: 1px 1px 5px 0px rgba(77, 77, 77, 0.38);
}
.mpp-shadow2 .mpp-playlist-item{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
}

@media (max-width: 500px) { 
    .mpp-shadow1 .mpp-playlist-item,
    .mpp-shadow2 .mpp-playlist-item{
        box-shadow: none;
    }
}

/* icons */

.mpp-controls{
    position: absolute;
    display: flex;
    flex-wrap:nowrap;
    z-index: 30;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    left: 0 ;
    right: 0 ;
    bottom: 0 ;
    top: 0 ;
}
.mpp-playlist-item-active .mpp-controls{
    opacity: 1;
}
.mpp-controls-tl .mpp-controls{
    top:0;
    left:0;
}
.mpp-controls-tr .mpp-controls{
    top:0;
    right:0;
}
.mpp-controls-bl .mpp-controls{
    bottom:0;
    left:0;
}
.mpp-controls-br .mpp-controls{
    bottom:0;
    right:0;
}
.mpp-controls-c .mpp-controls{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.mpp-contr-btn{
    box-shadow: none!important;
    border:none!important;
    outline:none!important;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mpp-contr-btn svg{
    height:15px;
    color:#ddd;
    fill:currentColor;
    display: block;
    margin: 0 auto;
}
.mpp-contr-btn:hover svg{
    color:#fff !important;
}

.mpp-visible {
    opacity: 1; 
    transition: opacity 500ms ease-out;
}
.mpp-hidden {
    opacity: 0; 
    transition: opacity 500ms ease-out;
}
.mpp-lightbox-icon,
.mpp-link-icon{
    cursor: pointer;
}


.mpp-playlist-loader{
    background-color: #2196f3;
    position: relative;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    display: none;
    border-radius: 100%;  
    -webkit-animation: mpp-scaleout 1.0s infinite ease-in-out;
    animation: mpp-scaleout 1.0s infinite ease-in-out;
}
.mpp-video-loader{
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    display: none;
    border-radius: 100%;  
    -webkit-animation: mpp-scaleout 1.0s infinite ease-in-out;
    animation: mpp-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes mpp-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes mpp-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}




/* load more button */

.mpp-load-more-btn{
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    position: relative;
    margin: 10px 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease-out;
    border: 1px solid #9e9e9e;
    color:#9e9e9e;
}
.mpp-load-more-btn:hover{
    background:#9e9e9e;
    color:#fff;
}



/* share */

.mpp-share-toggle{
    cursor: pointer;
}
.mpp-share-holder{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640!important;
    display: none;
    opacity: 0;
    transition: opacity 300ms ease-out;
}
.mpp-share-holder-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.75);
}
.mpp-share-holder-inner{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.mpp-share-data{
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    background: #f4f4f4;
    padding: 20px;
}
.mpp-share-title {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}
.mpp-share-close {
    right: 0;
    top: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    color: #555;
    cursor: pointer;
    z-index: 10;
}
.mpp-share-close svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    fill:currentColor;
    transition: color .1s ease-out;
}
.mpp-share-item{
    width:40px;
    height:40px;
    float: left;
    position: relative;
    margin: 5px;
    cursor: pointer;
}
.mpp-share-item[data-type=facebook]{
    background: #3B5998;
}
.mpp-share-item[data-type=twitter]{
    background: #1da1f2;
}
.mpp-share-item[data-type=pinterest]{
    background: #bd081d;
}
.mpp-share-item[data-type=whatsapp]{
    background: #25D366;
}
.mpp-share-item[data-type=linkedin]{
    background: #4875B4;
}
.mpp-share-item[data-type=tumblr]{
    background: #2B4964;
}
.mpp-share-item[data-type=reddit]{
    background: #FF5700;
}
.mpp-holder-visible{
    opacity: 1!important;
}



.mpp-justified .mpp-playlist-item{
    position: absolute!important;
    width: auto;
    transition: transform ease-out 0.3s, opacity ease-out 0.3s, top ease-out 0.3s, left ease-out 0.3s;
}
.mpp-justified .mpp-thumb{
    display: block!important;
    width: 100%!important;
    height: 100%!important;
}

.mpp-tiles .mpp-playlist-content{
    display: flex;
    flex-wrap:wrap;
} 



/* read more btn */

.mpp-read-more-btn {
    display: inline-block;
    border: none;
    box-sizing: border-box;
    margin: 0;
    background: #009cde;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    margin-top: 10px;
}
.mpp-read-more-btn:hover {
    color: #fff;
    background: #0285d2;
}


/* category */

.mpp-category-tags{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}
.mpp-category-tags-tl,
.mpp-category-tags-bl{
    text-align: left;
}
.mpp-category-tags-tc,
.mpp-category-tags-bc{
    text-align: center;
}
.mpp-category-tags-tr,
.mpp-category-tags-br{
    text-align: right;
}
.mpp-category-tag{
    display: inline-block;
    border: none;
    background: #9E9E9E;
    color: #fff;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: normal;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    border-radius: 0;
    transition: background-color 0.3s ease;
}

.mpp-category-tags-tl .mpp-category-tag,
.mpp-category-tags-bl .mpp-category-tag,
.mpp-category-tags-tc .mpp-category-tag,
.mpp-category-tags-bc .mpp-category-tag{
    margin: 0px 6px 12px 0px;
}
.mpp-category-tags-tr .mpp-category-tag,
.mpp-category-tags-br .mpp-category-tag{
    margin: 0px 0px 12px 6px;
}

.mpp-category-tag:hover,
.mpp-category-tag-selected{
    background: #03A9F4;
    color: #fff;
}
.mpp-category-tag-selected{
    cursor: default;
}

/* INTRO */
.intro-mpp-playlist-item .intro-mpp-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: auto;
    min-height:100%;
    object-fit: cover;
    transition: opacity 500ms ease-out;
}
.intro-mpp-playlist-item .mpp-audio{
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
}
.intro-mpp-playlist-item .intro-mpp-thumb,
.intro-mpp-playlist-item .mpp-image{
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 100%;
    margin: 0!important;
    padding: 0!important;
    display: block;
    user-select: none;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transition: opacity 500ms ease-in;
}

.intro-mpp-media{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Media queries by XVR!
-------------------------------------------------------------------------------*/

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.intro-mpp-content img.intro-mpp-thumb { min-height: 300px; width: 100% !important; object-fit:cover;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.intro-mpp-content img.intro-mpp-thumb { min-height: 300px; width: 100% !important; object-fit:cover;}
} 