.breadcrumbs,
.breadcrumbs a{
    color:#888;
    font-size:14px;
}
.breadcrumbs a:hover{
    text-decoration: none;
}



main{
    width:85% !important;
}



.layout-div, #related-videos-container, .screen-div, #from-this-pornstar, .watch-area{
    border:solid 0px rgb(231, 11, 11);
}


.screen-div{
    position: relative;
    /* width:100%; */
    display:grid;
    gap:20px;
    grid-template-columns: 30% 32% 30%;
    /* grid-auto-rows: 1fr; */
    grid-auto-rows: 400px;
    box-sizing: border-box;
}

.screen-div>div{
    overflow: hidden;
    box-sizing: border-box;
}

/* #poster-container{
    min-width:550px;
} */
#poster-container img{
    position: relative;
    width:100%;
    max-height: 400px;
    object-fit: contain;
    border:solid 0px #333;
    border-radius: 3px;
}

#tags-h2{
    margin:0;
    padding:0;
    font-size:16px;
    color:#999

}
.file-info-div{
    /* border:solid 2px #555; */
    padding:10px 20px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #252525;
}

.file-info-list{
    list-style: none;
    list-style-type: none;
    padding:0px;
    margin:0px;
}

.file-info-list li{
    display: inline-block;
    padding:3px;
    margin-right:30px;
    font-size:15px;
    /* border:solid 1px grey; */
    border-radius: 3px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;
}
.file-info-div li>span{
    min-width:40px;
    width:70px;
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: break-word;
}

.file-info-list li>a{
    color:white;
    text-decoration: none;
}

.collection-a{
    color:#f81a98;
}
.collection-a:hover{
    text-decoration: none;
}

.file-info-list li>a:hover{
    text-decoration: underline;
}

.link-btn-green{
    /* background-color: #5DA93C; */
}

.link-btn-blue{
    /* background-color: #0AAD9E; */
}

#date-added{
    display:inline-block;
    font-size: 13px;
    color: #a5a1a1;
    border-radius: 3px;
    padding:3px 0px;
    padding:3px 12px;
    /* background-color: #3d3c3c; */
    background-image: linear-gradient(to right, #3d3c3c, #2a2a2a,transparent);
}

#info-hash{
    display:inline-block;
    font-size: 15px;
    color: #a5a1a1;
    line-height: 1.4;
}
#info-hash-copy{
    cursor: pointer;
    margin-left: 8px;
    font-size: 15px;
    color: #888;
    line-height: 2;
}
#info-hash-copy:hover{
    color: #fff;
}




.layout-div{
    width:95%;
    padding:3px 8px;
    word-break: break-word;
}
.flex-column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


h1{
   padding:0;
   margin:0;
   line-height: 1.3;
   font-size:25px;
}

.tags-info-list{
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    /* border:solid 1px red; */
}

.tags-info-list a{
    text-decoration: none;
    color:white;
    background-color: #5DA93C;
    display: inline;
    padding:3px 7px;
    margin:4px;
    font-size:12px;
    /* border:solid 1px grey; */
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.2s;
}
.tags-info-list a:hover{
    opacity:0.8;
}


.watch-area{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  gap:10px;
  max-width:100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-height: 100px;
  overflow-y:scroll
}

.file-btn{
    border:none;
    border-radius:3px;
    font-size:14px;
    padding:7px 14px;
    color:#fff;
    cursor:pointer;
    transition:all ease 0.2s;
    font-family: 'Sofia-Pro';
}
.file-btn:hover{
    opacity:0.8;
}
.pink{
    background-color:#f003a1;
}
.grey{
    background-color: #3d3c3c;
}
.tel-blue{
    background-color: #059af0;
}



#description{
    word-break: break-word;
}

.screencap{
    border:solid 1px transparent;
    transition: all 0.1s ease;
    border-radius: 3px;
}
.screencap:hover{
    border:solid 1px #f003a1;
}

.heading-container{
    background-image: linear-gradient(to right, #333, #222, #222);
    padding:3px 10px;
    margin:5px;
}
.heading-container h3{
    padding:0;
    margin:0;
}



#screenshots-div{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow:wrap;
}

#report-file-div{
    text-align: right;
    /* border:solid 1px red; */
    padding:1px 10px;
    background-image: linear-gradient(to right,transparent,#222,#333);
}
#report-file-a{
    color:#777;
    font-size:15px;
    font-style:italic;
    text-decoration: underline;
}
#report-file-a:hover{
    text-decoration: none;
}

/* ................ for realted videos ................. */
#related-videos-container{
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    width:99%;
    padding:3px 8px;
    /* border: solid 1px #fff; */
    gap:10px;
}


.gallery-item {
    width:250px;
    height: 280px;
    padding: 5px;
    box-sizing: border-box;
    margin:5px;
    background-color: #171717;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}


.image-container {
  position: relative;
  width: 100%;
  height: 250px;
  /* aspect-ratio: 3 / 1.8; */
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;  /* fills container while preserving aspect ratio */
  object-position: center;
  display: block;
}


.gallery-item a{
    font-size:15px;
    margin:2px 10px;
}

.file-info-title{
    font-size: 15px;
    text-decoration: none;
    color:beige;
}

.file-info-title:hover{
    opacity: 0.8;
}

.view-screens{
    color:#0AAD9E;
    text-decoration: none;
}

.view-screens:hover{
    opacity: 0.8;
}

.similar-video-info{
    color:#555;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: space-between;
    height: 100%;
}
.gallary-item-vinfo{
    display: flex;
    justify-content: space-around;
    width:100%;
    align-items: center;
}




#description-div{
    margin-top:10px;
    background-image:linear-gradient(135deg, #1a1a1a, #151515);
    padding:10px;
    border-radius: 4px;
    box-sizing: border-box;
    max-height: 200px;
    overflow-y:scroll;
    word-wrap: break-word;
    text-align: justify;
    color:#ccc
}

#description-div p{
  line-height: 1.7;
  word-spacing: 2px;
}

.flex-h{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}


.pornstar-link{
    text-decoration: underline;
    color:#f003a1;
    font-size: 15px;
    margin-top:4px;
}
.pornstar-link:hover{
    text-decoration: none;
}



#from-this-pornstar{
    display:flex;
    flex-direction: column;
    gap:2px;
    max-height: 400px;
    overflow-y:scroll;
    background-color: #252525;
    /* border:solid 2px #555; */
    box-sizing: border-box;
    border-radius: 3px;
}
 #from-this-pornstar h3{
    margin: 10px 15px;
    font-size: 18px;
 }

.from-this-pornstar-video{
    display:flex;
    justify-content: flex-start;
    align-items: "center";
    gap:5px;
    /* border: solid 1px #777; */
    background-color: #1d1d1d;
    min-height:80px;
    overflow:hidden;
    padding:10px 20px;
    box-sizing: border-box;
}

.title-pc a{
    font-size:14px;
    font-weight: 400;
    color:#ddd;
    text-decoration: none;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.from-this-pornstar-video a:hover,
 #from-collection a:hover{
    cursor: pointer;
    opacity: 0.8;
}
.from-this-pornstar-video img{
    width:120px;
    height: 80px;
    object-fit: cover;
}

.from-this-pornstar-video span{
    font-size:14px;
    font-weight: 400;
    word-spacing: 2px;
    color:#888
}



#from-this-pornstar-mobile{
    position: relative;
    display:flex;
    flex-direction: row;
    gap:2px;
    max-width: 100%;
    overflow-x:scroll;
    background-color: #181818;
    /* border:solid 2px #555; */
    box-sizing: border-box;
    border-radius: 3px;
    margin:10px auto;
}

.video-mobile{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: "flex-start";
    gap:5px;
    padding:0;
    min-width:140px;
    margin:10px 5px;
    /* border: solid 1px #333; */
    background-color: #1d1d1d;
    box-sizing: border-box;
    border-radius: 5px;
}
.title-mobile{
    padding:2px 5px;
    display: flex;
    flex-direction: column;
    gap:15px;
}

.title-mobile a{
    font-size:14px;
    font-weight: 400;
    color:#ddd;
    text-decoration: none;
     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ps-info{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin:5px;
    gap:10px;
}




#from-collection{
    position: relative;
    display:flex;
    flex-direction: row;
    gap:5px;
    max-width: 100%;
    overflow-x:scroll;
    background-color: #181818;
    /* border:solid 2px #555; */
    box-sizing: border-box;
    border-radius: 3px;
    margin:10px auto;
    padding:10px;
}

#from-collection-heading{
    font-size:20px;
}

#from-collection a{
    font-size:14px;
    font-weight: 400;
    color:#ddd;
    text-decoration: none;
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-card{
    position:relative;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap:0px;
    min-width:180px !important;
    max-width:180px;
    overflow:hidden;
    background-color: #080808;
    border-radius: 5px;
    height: 250px;
    margin-bottom:10px;
}

.video-card img{
    width:180px;
    height: 120px;
    object-fit: cover;
}

.video-info-card{
    background-color: #1e1d1d;
    height: 100%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap:10px;
    box-sizing: border-box;
    padding: 5px 10px
}



.vc-info{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width:100%;
    color:#777;
    font-size:14px;
}



/* ........................................ for Mobile ................................. */




@media only screen and (max-width: 700px){
main{
    width:100% !important;
}
.breadcrumbs span:last-child {
  display: inline-block;
  max-width: 80vw; /* adjust for taste */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.screen-div{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap:10px;
}


.file-info-div{
    display:block;
    position: relative;
    width:97%;
    margin:10px auto;
    border:solid 2px #555;
    padding:10px 10px;
    border-radius: 3px;
    background-color: #252525;
    
}

.file-info-div li>span{
    min-width:40px;
    width:80px;
    white-space: nowrap;
    overflow: break-word;
}

#poster-container{
    position: relative;
    min-width:auto;
    border-radius: 6px;
    width:97%;
    margin:7px auto;
}
#poster-container img{
    position: relative;
    width:100%;
    max-height: 100%;
}

#player-iframe{
    position: relative;
    /* width:90vw;
    height: auto; */
    max-width: 90vw;
    max-height: 60vw;
}

.watch-area{
  display:flex;
  justify-content:center;
  align-items: center;
  gap:20px;
  width:100%;
  flex-wrap: wrap;
}


.layout-div{
    width:99%;
    padding:3px;
    word-break: break-word;
}

.flex-row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
}


h1{
   padding:0;
   margin:0;
   line-height: 1.3;
   font-size:20px;
}

#info-hash{
    display:inline-block;
    font-size: 13px;
    color: #a5a1a1;
    line-height: 1.4;
}
#info-hash-copy{
    cursor: pointer;
    margin-left: 5px;
    font-size: 14px;
    color: #888;
    line-height: 2;
}


/* ................ for realted videos ................. */

#related-videos-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;

    width:99%;
    overflow-x:hidden;
    padding:3px 0px;
    gap:6px;
}

.gallery-item {
    position: relative;
    box-sizing: border-box;
    width:45%;
    display:flex;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    margin:5px;
    background-color: #171717;
    word-break:break-all;
    border-radius: 4px;
}

.image-container {
  position: relative;
  width: 100%;
  height: 180px;
  /* aspect-ratio: 3 / 1.8; */
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.from-this-pornstar-video{
    width:140px;
}

.from-this-pornstar-video img{
    min-width:140px;
    height: 90px;
    object-fit: cover;
}

.ps-info{
    position: relative;
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:0px;
    gap:2px;
    margin-bottom:0;
}

.title-mobile a,.vc-info{
    font-size:15px;
}



.video-card{
    min-width:160px !important;
    max-width:160px;
}

.video-card img{
    width:160px;
    height: 100px;
    object-fit: cover;
}









}