
.videocard {
    width: 500px;
    display: inline-block;
    text-align: left;
    background: transparent;
    vertical-align: top;
    margin: calc(0px + .1vw);
    width: calc(90%);
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    max-width: 500px;
    aspect-ratio: 1280 / 940;
}

.piccard {
    width: 500px;
    display: inline-block;
    text-align: left;
    background: transparent;
    vertical-align: top;
    margin: calc(0px + .1vw);
    width: calc(50% - 4px);
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    max-width: 500px;
    aspect-ratio: 1280 / 720;
}

.bigpiccard {
    display: inline-block;
    text-align: left;
    background: transparent;
    vertical-align: top;
    margin: calc(0px + .1vw);
    width: calc(50% - 40px);
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;

}

.tags {

    color: gray;
    font-size: calc(12px + .05vw);
    margin-top: 2px;
    margin-bottom: 0px;
    line-height: normal;
}

.date {
    text-align: left;
    color: gray;
    font-size: calc(11px + .05vw);
    margin-top: 0px;
    margin-bottom: 6px;
    margin-right: 15px;
    line-height: normal;
}

.modelname {
    display: inline-block;
    text-align: left;
    background: transparent;
    vertical-align: top;
    margin: 5px;
    width: calc(10% - 15px);
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    min-width: 260px;
}

.videopreview {
    line-height: 0px;
    width: 100%;
    aspect-ratio: 1280 / 720;
    text-align: center;
    background-color: black;

}
.myaspectratio{
    width:100%;
    aspect-ratio: 1280 / 720;
}
.vidcontainer {
}

.formcontainer {
    max-width: 80%;
    width: 600px !important;
}
bs {
    background-size: 1000px 563px;
}
pv1{

}
pv2{

}
pv3{

}
pv4{

}

.videoPreview {
    max-width: 100%;
    height: 100%

}

.sitetitle {
    background-color: #212121;
    color: white;
    padding: 7px;
    margin-bottom: 10px;
}

.sitetitletext {
    text-align: center;
    color: white;

}


.container {
    margin: 0 auto;
    padding: 0;
}

.header {

    background-color: #685994;
}

.header-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;

}


.search {
    height: 46px;
}


.title {
    font-size: calc(20px + .3vw);
    font-weight: 500;

    display: block;
    color: #212121;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    overflow: hidden;
}

a {

    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

p {
    font-size: calc(7px + .4vw);
}

#outer {
    text-align: center;
}

#inner {
    width: 100%;
    display: inline-block;
}

.videomaximize {
    max-width: 1400px;
}


.vjs-control-bar {
    font-size: 100%
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.authbutton {
    margin-left: 2vw;
    order: 3;
    backround-color: black;
}

.authbutton a {
    color: white;
}

@media (min-width: 1100px) {
    .vjs-control-bar {
        font-size: 140%
    }


}

@media (min-width: 2000px) {
    .vjs-control-bar {
        font-size: 170%
    }

    .vidcontainer {
        max-width: 60%;
    }
}
@media (max-width: 1400px) {

    .vidcontainer {
        width: 80%;
        max-width: 80%;
    }

    .videocardsmall {
        max-width: 48%;
    }


}
@media (max-width: 800px) {

    .vidcontainer {
        width: 98%;
        max-width: 98%;
    }

    .videocardsmall {
        max-width: 48%;
    }


}

.b-container{
    width:500px;
    height:500px;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:80px;
    color: #fff;
    display: none;
}
.b-popup{
    width:100%;
    height: 2000px;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content{
    text-align: center;
    vertical-align:center;
    margin:0px auto 0px auto;
    padding:10px;
        font-size:30px;

    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}