video {
    max-width: 100%;
}

#video-cover {
    padding-left: 0px;
    padding-right: 0px;
}

.video-content {
    position: absolute;
    color: white;
    width: 100%;
}

.video-heading {
    font-family: 'PT Sans Narrow';
    font-size: 88px;
    margin-top: 5vh;
    text-transform: uppercase;
    opacity: 0.95;
    transition: opacity 3.5s ease-out;
}

.fade-out {
    opacity: 0;
}

.about-bigger {
    font-size: 27px;
    color: black;
    font-weight: 500;
    /* text-transform: uppercase; */
    /* display: block; */
    /* padding-bottom: 15px; */
    color: #ABABAB;
    font-size: 2.5em;
    line-height: 1.2em;
    display: block;
}

.about-bigger-smaller {
    font-size: 0.8em;
}

.gradient-box {
    height: calc(100vh / 2);
}

.ts-left.nopaddingtop {
    padding-top: 0px;
}

.vibrio-evolution div {
    text-align: center;
}
.vibrio-evolution div img, .vibrio-evolution div span {
    margin: auto;
}

.vibrio-evolution div span {
    font-size: 19px;
}

.classic-subtitle {
    font-family: Roboto !important;
    font-size: 20px;
    text-align: center;
    color: #B2B2B2;
    padding-top: 5px;
    padding-bottom: 15px;
}

.video-container.nuclear {
    padding-bottom: 51.25%;
}

.ts-info {
    color: #828282;
    margin-top: 60px;
    margin-bottom: 60px;
}
.ts-row {
    padding-bottom: 10px;
    padding-top: 10px;
}

.ts-left {
    text-align: right;
    /*padding-right: 0px !important;*/
    /*    border-right: 2px solid gray;*/
}
.ts-right {
    text-align: left;
    /*padding-left: 0px !important;*/
    /*    transform: translateX(-2px);*/
    /*    border-left: 2px solid gray;*/
}

.ts-left-border {
    border-right: 2px solid #B9C7D7;
}

.ts-left-border-1 {
    height: 30px;
}
.ts-left-border-2 {
    height: 60px;
}
.ts-left-border-3 {
    height: 90px;
}

.ts-left-value, .ts-right-value {
    font-weight: 400;
    font-size: 19px;
}

.ts-left-attr, .ts-right-attr {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 5px;
}

.ts-left, .ts-right {
    padding-top: 30px;
}

.ts-year {
    text-align: center;
    /* font-size: 27px; */
    /* color: black; */
    /* font-weight: 500; */
    padding-bottom: 10px;
    color: #5B5C5C;
    font-size: 2.0em;
    font-weight: 600;
}

.slide-from-down {
    transform: translateY(30px);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
}

.slide-from-down-class {
    transform: translateY(0px);
    opacity: 1;
}

.fontsize19 {
    font-size: 19px;
}

.img-about {
    max-width: 400px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.white-to-black-sec {
    /*    background: rgb(243,243,243);
        background: linear-gradient(180deg, rgba(243,243,243,1) 42%, rgba(0,0,0,1) 100%);*/
    background: rgb(243,243,243);
    background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(0,0,0,1) 100%);
}

.black-sec {
    background-color: black;
}


@media (max-width: 450px) {
    .img-about {
        max-width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1026px) {
    .vibrio2014 {
        margin-left: 72px !important;
    }
}

@media (width: 1024px) {
    .vibrio2014 {
        margin-top: 21px !important;
    }
}

@media (min-width: 700px) and (max-width: 780px) {
    .ts-left {
        text-align: left;
    }
    
    .boss {
       
    }
    
    .img-ipad {
        padding-top: 30px;
    }
}