/*-------------------- media -------------------*/



:root {--media_width : 95%;}

/*------------- videos ------------*/

#videos {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
}


.vtc {width: 93%;} 

@media only screen and (min-width: 420px)  {.vtc {width: 95%;} }
@media only screen and (min-width: 900px)  {.vtc {width: 99.6%;} }


#PM {
margin-right: 20px;
}

input[type="range"] {
 -webkit-appearance: none;
 margin-right: 15px;
 width: 50px;
 height: 6px;
border-radius: 3px;
background-color: #3a3a3a;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #f0f0f0;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}


/*.VT {width: 180px;}*/

.video-top {
width: var(--media_width);
overflow: hidden;
display: block;
background-color: #000000;
}


.video-top .swiper-slide {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
display: block;
background-color: #000000;
}

   
 .video-top video {
position: absolute;
object-fit: contain;
top: 0;
left: 0;
width: 100%;
height: 100%;
}  
 

.video-thumbs {
background-color: #c5c2c2;
padding: 1.5%;
box-sizing: border-box;
border-bottom: 1px solid ;
border-right: 1px solid ;
border-left: 1px solid ;
border-color: #4f4f4f;
}
    
.video-thumbs .swiper-slide {
position: relative;
height: 0;
top: 0px;
left: 0px;
padding-bottom: 8%;
/*padding-left: 6%;*/
width: 24% !important;
margin-bottom: 4%;
border: 1px solid #000000;
opacity: 1;
background-color: #000000;
 cursor: pointer;
}

@media only screen and (min-width: 600px)  {
.video-thumbs .swiper-slide { 
margin-bottom: 2.5%;
padding-bottom: 6%;
}
}

    
.video-thumbs .swiper-slide-thumb-active {
opacity: 1;
background-color: #6e6e6e;;
}
       
 .cartext {
position: absolute;
width: 90%;
left: 5%;
top: 50%;
transform: translateY(-50%);
font-weight: normal;
font-style: normal;
color: #ffffff;
font-size: 0.45em;
line-height:1em;
 text-align: center;
 }
 
 @media screen and (min-width: 736px) { .cartext{font-size: 0.6em;}}
 @media screen and (min-width: 980px) { .cartext{font-size: 0.8em;}}
 @media screen and (min-width: 1480px) { .cartext{font-size: 0.9em;}}
 
 .swiper-scrollbar {
position: relative;
margin-bottom: 0.75%;
border: 1px solid #333;
padding-bottom: 0.25vw;
}
 .swiper-scrollbar-drag {
position: absolute;
height: 100%;
cursor: pointer;
 }


/*---------------- photos -------------*/

.gallery-top  {width: var(--media_width);}

.photos {
display: flex;
align-items: center;
justify-content: center;
height: 70px;
border: 1px solid #333;
}



.gallery-top .swiper-slide {
position: relative;
padding-bottom: 52%;

height: 0;
overflow: hidden;
border: 0px solid #333;
display: block;

/*background-color: #171414*/;
background-color: #000000;
}


.nom {
position: absolute;
left: 8px;
right: 8px;
bottom: -3px;
z-index: 5;
color: #f7f7f7;
font-weight: bold;
font-size: 2vw;
}

@media screen and (min-width: 736px) { .nom{font-size: 1.6vw;}}
@media screen and (min-width: 980px) { .nom{font-size: 1.4vw;}}
@media screen and (min-width: 1480px) { .nom{font-size: 1.2vw;}}


.gallery-top img {
position: absolute;
object-fit: contain;
top: 4%;
left: 0;
width: 100%;
height: 90%;
background-color: #000000;
border-width: 0;
border-color: transparent;
}  

.gallery-thumbs {
width: var(--media_width);
background-color: #c5c2c2;
padding: 1.5% 0 1%;
/*padding: 1.5% 1% 1% 1.5%;*/
border-bottom: 1px solid ;
border-right: 1px solid ;
border-left: 1px solid ;
border-color: #4f4f4f;
}

.padding_thumbnails {
/*	padding-right: 10%;*/
	padding-left: 1%;
}

.ptc {width: 98.2%;} /*photos_thumb_container*/

.gallery-thumbs .swiper-slide {
position: relative;
height: 0px;
top: 0px;
left: 0px;
padding-bottom: 8%;
width: 8.4% !important;
margin-bottom: 2.5%;
border-radius: 4px; 
border: 1px solid #ffffff;
opacity: 0.95;
background-color: #000000;
}

.gallery-thumbs img{
position: absolute;
height: 90%;
width: 90%;
top: 5%;
left: 5%;
background-color: #000000;
}

.gallery-thumbs .swiper-slide-thumb-active {
border: 0.13em solid #ffffff;
opacity: 1;
border-radius: 3px;
top: -2px;
}

.swiper-scrollbar {
position: relative;
margin-bottom: 0.75%;
border: 1px solid #333;
padding-bottom: 0.25vw;

}
.swiper-scrollbar-drag {
position: absolute;
height: 100%;
cursor: pointer;
}

.swiper-button-prev, .swiper-button-next{
top: 52%;
color: #b2b8b5;
border: 0px solid #e6e3e3;
opacity: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
font-size: 32px;
}

.swiper-button-prev {
left: 10px;
}

.swiper-button-next {
right: 10px;
}

.hide:hover .hide-item,
.hide:focus .hide-item {
opacity: 1;
}
	 
/*--------------------------------- mp3 ----------------------*/
@media only screen and (min-width: 780px)  {
 .album_icon{ 
font-size: 0.9em;
 height: 30px;}
}

@media only screen and (min-width: 780px)  {
 .mp3_title{ 
font-size: 0.9em;}
}
 