/*Sliding Reel menu element *********************************************/
.slidingReelElementContainer{
    height:17vw !important;
}
.slidingReelGallery{
    position: relative;
    height: auto;
    list-style: none;
    overflow: hidden;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 0px;
}
.slidingReelElementContainer * {
    background-color:black !important;
    margin:0;
    padding:0;
}
    .SlideReelVideoElement{
    width:100%;
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    /*border-bottom: 0.1vw solid;
    border-top: 0.1vw solid;*/
    background-color:#ffffff;
    height:17vw;
    overflow:hidden;
    /*max-width:118.518vh;         /*max-width = videoplayer max height * aspect ration of video (2.3703703703703702) */
}
.SlidingReelWrapper{
    position: relative;
    width:100vw;
    /*height:17vw;*/
    overflow:hidden;
    /*overflow-y: visible;*/
    margin:0;
    padding:0;
}
.SlidingReelSpacer{
    height:3.35vw;
}
.fullscreenVideoSpacer{
    height:1.65vw;
}
.reelVideoSlideThumbnail, .slideReelPhoto{
    display: flex;
    
    height:100% !important;
    background-color:black;
}
.SlidingReelTitle{
    background-color:white;
    padding-top:.5%;
    padding-left:7%;
}
.slideInsideElement{
    height:17vw;
}

.verticalProfilePageOrentationDiv, .verticalProfilePageImgDiv{
    grid-row: span 2;
    width:80%;
}
.horizontalProfilePageOrentationDiv, .horizontalProfilePageImgDiv{
    width:100%;
}
.profileBody
{
    padding:8vw;
    padding-top:6vw;
}
.profileReel{
    width:100%;
    display: grid;
    row-gap:2.5vw;
    column-gap:5%;
    justify-items: center;
    /*justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;*/
}

.videoTitle{
    background-color:white;
    padding-top:.5%;
    padding-left:7%;
    /*font-size:1.2vw;*/
    /*padding-bottom:15%;*/
}
.profileAbout{
    text-align: center;
    /*font-size:.7vw;*/
    padding-bottom:6vw;
}
.profileTitle{
    text-align: center;
    /*font-size: 1.2vw;*/
    padding-bottom:2vw;
}

/*video menu element *********************************************/


.videoElementShell{
    /*position: -webkit-sticky; /* Safari 
    position: sticky;
    top: 0;*/
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}



.videoElementShell::after {
  content:"";
}
.videoElementShell::before{
  content:"";
}
.reelVideoButton, .reelVideoThumbnail{
    width:100%;
    border-style:none;
    cursor:pointer;
    color:black;
    padding:0;
}
.videoElement{
    width:100%;
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 0.1vw solid;
    border-top: 0.1vw solid;
    background-color:#ffffff;
    /*height:17vw;*/
    overflow:hidden;
    /*max-width:118.518vh;         /*max-width = videoplayer max height * aspect ration of video (2.3703703703703702) */
}
.photoElement{
    width:100%;
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 0.1vw solid;
    border-top: 0.1vw solid;
    background-color:#ffffff;
    min-height:17vw;
    overflow:hidden;
    /*max-width:118.518vh;         /*max-width = videoplayer max height * aspect ration of video (2.3703703703703702) */
}
.photoElement > .photoBox{
    display: flex;
    justify-content: center;
    width:35%;
    height:auto;
    border-left : 0.2vw solid;
    border-right : 0.2vw solid;
}
.photoElement > .photoBox > img{
    height:17vw;
    width:auto;
}

.videoElement > img, .videoElement > .reelVideoThumbnail{
    display: flex;
    width:35%;
    height:auto;
}
 .videoElementContainer{
    position: relative;
    display: inline-block;
    overflow:hidden;
    width:35.6%;
    top: 50%;
    transform: translateY(-50%);
 }
 
 .videoElementSizer{
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
 }

.videoInfoOverlay{
    z-index: 10; 
    cursor: pointer; 
    /*display: table-cell; */
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    min-height: 100%; 
    width:100%;
    opacity:0;
    
    
    /****************************/
    /*transition: .3s;*/
    display:flex;
    justify-content: space-around;
    flex-direction:column;
    padding-left:2vw;
    font-family: Sackers_Gothic_Medium_AT;
    color:white;
    background-color:black;
    
    /*********************/
    
}
.videoInfoOverlay:hover{
    opacity:1;
    
}
.videoInfoUnderlay{
    background-color:black;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width:35.04%;
}



.videoElement > .videoInfo, .photoElement > .videoInfo{
    display:flex;
    justify-content: space-around;
    flex-direction:column;
    padding-left:1vw;
    width:65%;
    font-family: Sackers_Gothic_Medium_AT;
}
.videoElement > .videoInfo > h1, .videoInfoOverlay > h1 {
    font-size: 1vw;
}
.videoElement > .videoInfo > h2, .videoInfoOverlay > h2  {
    font-size: 1vw;
}


/**********************************************************************/

.scrollerExternal{
    width:100vw;
    height:17vw;
    overflow:hidden;
    /*overflow-y: visible;*/
    margin:0;
    padding:0;
}
.scrollerWrapper{
    position: relative;
    width:100vw;
    height:17vw;
    overflow:hidden;
    /*overflow-y: visible;*/
    margin:0;
    padding:0;
}

.scrollLeft{
	position: relative;
    animation: infiniteLeft 50s infinite linear;
    overflow-y: visible;
}
.row_container{
    display:flex;
    justify-content:flex-start;
    width:200vw;

}
@keyframes infiniteLeft{ /*CSS3 animation*/
  0%{
    -moz-transform: translateX(0vw);
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }
  100%{
    -moz-transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }

}


.scrollRight{
	position: relative;
    animation: infiniteRight 30s infinite linear;
}
.row_container{
    display:flex;
    justify-content:flex-start;
    width:200vw;

}
@keyframes infiniteRight{ /*CSS3 animation*/
  0%{
    -moz-transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100%{
    -moz-transform: translateX(0vw);
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }
}
/************************************************************************/
.textElementShell{
    display:flex;
    justify-content:space-around;
}


@media screen and (min-width: 1001px) {
    .textBlurbBox {
          font-size: 1vw;
          padding:1%;
    }
    .profileReel{
        grid-template-columns: 1fr 1fr;
    }
    .videoTitle{
        /*padding-top:.5%;
        padding-left:7%;*/
        font-size:1vw;
    }
    .profileAbout{
        font-size: var(--fontSizeParagraph);
        /*padding-bottom:5vw;*/
    }
    .profileTitle{
        font-size: 1.2vw;
        /*padding-bottom:2vw;*/
    }
    .SlidingReelTitle{
        font-size:.8vw;
    }
}

@media screen and (max-width: 1000px) {
    .textBlurbBox {
        font-size: 2.5vw;
        overflow-wrap: normal;
    }
    .profileReel{
        grid-template-columns: 1fr;
    }
    .videoTitle{
        /*padding-top:.5%;
        padding-left:7%;*/
        font-size: 22px;
    }
    .profileAbout{
        font-size:18px;
        /*padding-bottom:5vw;*/
    }
    .profileTitle{
        font-size: 22px;
        /*padding-bottom:2vw;*/
    }
    .SlidingReelTitle{
        font-size:16px;
    }
}
@media (orientation: landscape) {
    .textElementShell {
        flex-direction: row;
    }
    .textBlurbBox{
        width:48%;
        padding:1%;
    }
    .profileReel{
        grid-template-columns: 1fr 1fr;
    }
}

@media (orientation: portrait) {
    .textElementShell {
        flex-direction: column;
    }
    .textBlurbBox{
        width:90%;
        padding:5%;
    }
}


.textBlurbBox{
    border : 0.1vw solid;
    min-height:17vw;
    
    
}
.right{
    text-align: right;
}