.home-appform-top-shadow {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 999;
}

.home-appform-video-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 900px;
}

.home-appform-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

@keyframes home-appform-video-caption-1 {
    0% { opacity: 0.0; }
    6% { opacity: 0.0; }
    7% { opacity: 1.0; }
    21% { opacity: 1.0; }
    22% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-appform-video-caption-2 {
    0% { opacity: 0.0; }
    21% { opacity: 0.0; }
    22% { opacity: 1.0; }
    40% { opacity: 1.0; }
    41% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-appform-video-caption-3 {
    0% { opacity: 0.0; }
    40% { opacity: 0.0; }
    41% { opacity: 1.0; }
    60% { opacity: 1.0; }
    61% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-appform-video-caption-4 {
    0% { opacity: 0.0; }
    60% { opacity: 0.0; }
    61% { opacity: 1.0; }
    100% { opacity: 1.0; }
}

.home-appform-video-play-button {
    position: absolute;
    top: 630px;
    left: 15%;
    font-size: 20px;
    z-index: 1039;
}

.home-appform-video-caption {
    position: absolute;
    top: 630px;
    left: 40px;
    color: #f0f0f0;
    font-size: 50px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}

.home-appform-video-caption > strong {
    color: #e60520;
}

.home-appform-video-caption-1 {
    animation: home-appform-video-caption-1 90s 1;
    opacity: 0.0;
    font-size: 65px;
}

.home-appform-video-caption-2 {
    animation: home-appform-video-caption-2 90s 1;
    opacity: 0.0;
}

.home-appform-video-caption-3 {
    animation: home-appform-video-caption-3 90s 1;
    opacity: 0.0;
}

.home-appform-video-caption-4 {
    animation: home-appform-video-caption-4 90s 1;
    opacity: 1.0;
    font-size: 75px;
}

@media screen and (max-width: 1600px) {
    .home-appform-video-caption {
        font-size: 25px;
    }

    .home-appform-video-caption-1 {
        font-size: 40px;
    }

    .home-appform-video-caption-4 {
        font-size: 45px;
    }
}

/* ***** */

.home-appform-form-desktop {
    border-radius: 11px;
    min-width: 425px;
    z-index: 999;
    border: solid 1px #ccc;
}

.home-appform-form-header {
    color: #ffffff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    background: rgba(230,5,32,1);
    background: -moz-linear-gradient(top, rgba(230,5,32,1) 0%, rgba(230,5,32,1) 16%, rgba(255,90,110,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,5,32,1)), color-stop(16%, rgba(230,5,32,1)), color-stop(100%, rgba(255,90,110,1)));
    background: -webkit-linear-gradient(top, rgba(230,5,32,1) 0%, rgba(230,5,32,1) 16%, rgba(255,90,110,1) 100%);
    background: -o-linear-gradient(top, rgba(230,5,32,1) 0%, rgba(230,5,32,1) 16%, rgba(255,90,110,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,5,32,1) 0%, rgba(230,5,32,1) 16%, rgba(255,90,110,1) 100%);
    background: linear-gradient(to bottom, rgba(230,5,32,1) 0%, rgba(230,5,32,1) 16%, rgba(255,90,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60520', endColorstr='#ff8839', GradientType=0 );
}

.home-appform-form-body {
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.5);
    padding: 20px 30px 10px 30px;

    background: rgba(255,238,227,1);
    background: -moz-linear-gradient(top, rgba(255,238,227,1) 0%, rgba(255,238,227,1) 16%, rgba(255,246,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,238,227,1)), color-stop(16%, rgba(255,238,227,1)), color-stop(100%, rgba(255,246,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,238,227,1) 0%, rgba(255,238,227,1) 16%, rgba(255,246,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,238,227,1) 0%, rgba(255,238,227,1) 16%, rgba(255,246,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,238,227,1) 0%, rgba(255,238,227,1) 16%, rgba(255,246,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,238,227,1) 0%, rgba(255,238,227,1) 16%, rgba(255,246,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee3', endColorstr='#ff8839', GradientType=0 );
}

.home-appform-form-mobile {
    position: static;
    width: 100%;
    border-radius: 0px !important;
}

.home-appform-form-mobile .home-appform-form-header,
.home-appform-form-mobile .home-appform-form-body {
    border-radius: 0px !important;
    box-shadow: none;
}

.home-appform-show {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
}

.home-appform-hide {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media screen and (max-width: 991px) {
    .home-appform-form-body {
        padding-bottom: 90px;
    }
}

/* ***** */

.home-bow-ribbon {
    background-image: url("../../../../modelsdirect/img/v4/bow-ribbon-bg-3840w.jpg");
    background-repeat: repeat-x;
    background-position: top center;
    border-top: solid 1px #ffd9bf;
    border-bottom: solid 1px #e60520;
}

@media screen and (max-width: 1920px) {
    .home-bow-ribbon {
        background-image: url("../../../../modelsdirect/img/v4/bow-ribbon-bg-1920w.jpg");
    }
}

@media screen and (max-width: 1024px) {
    .home-bow-ribbon {
        background-image: url("../../../../modelsdirect/img/v4/bow-ribbon-bg-1024w.jpg");
    }
}

.home-bow-ribbon-text {
    font-style: italic;
    margin-top: 0.4em;
    font-size: 24px;
    color: #f0f0f0;
    font-family: "Mukta";
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}

.home-bow-ribbon-text-left {
    margin-right: 1em;
}

.home-bow-ribbon-text-right {
    margin-left: 1em;
}

@media screen and (max-width: 1420px) {
    .home-bow-ribbon-text-left {
        margin-right: 2.5em;
    }

    .home-bow-ribbon-text-right {
        margin-left: 2.5em;
    }
}

@media screen and (max-width: 1075px) {
    .home-bow-ribbon-text-left {
        margin-right: 3.5em;
    }

    .home-bow-ribbon-text-right {
        margin-left: 3.5em;
    }

    .home-bow-ribbon-text {
        margin-top: 0.7em;
        font-size: 18px;
    }
}

.home-bow-bow {
    position: absolute;
    z-index: 998;
    width: 350px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -110px;
}

@media screen and (max-width: 991px) {
    .home-bow-ribbon-text {
        margin-top: 0.6em;
        font-size: 14px;
    }

    .home-bow-bow {
        width: 300px;
        top: -95px;
    }

    .home-bow-ribbon-text-left {
        margin-right: 4.5em;
    }

    .home-bow-ribbon-text-right {
        margin-left: 4.5em;
    }
}

@media screen and (max-width: 767px) {
    .home-bow-bow {
        width: 250px;
        top: -75px;
    }
}

/* ***** */

.home-hww-container {
    padding: 0px;
    height: 867px;
    position: relative;
}

.home-hww-slide {
    z-index: 100;
    height: 867px;
}

.home-hww-slide-active {
    z-index: 200;
}

.home-hww-slide-inactive {
    opacity: 0;
    position: absolute;
    top: 110%;
    left: 110%;
}

.home-hww-slide-inactive > .home-hww-slide-sprite {
    position: absolute;
    top: 110%;
    left: 110%;
}

.home-hww-slide-next {
    z-index: 300;
    position: static;
    top: 0px;
    left: 0px;
}

.home-hww-slide-image {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.home-hww-asset-scalable {
    position: absolute;
    bottom: 5%;
    z-index: 110;
}

.home-hww-asset-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.home-hww-asset-center-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-hww-asset-center-xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.home-hww-asset-bottom-left {
    position: absolute;
    left: 5%;
    bottom: 5%;
    transform: translateX(-50%);
}

.home-hww-asset-bottom-right {
    position: absolute;
    left: 95%;
    bottom: 5%;
    transform: translateX(-50%);
}

/* ***** */

.home-clients-header-container {
    background: url("../../../../modelsdirect/img/v4/clients-shadow.png");
    background-color: #ffffff;
    background-repeat: repeat-x;
}

.home-clients-container {
    background-color: #ffffff;
}

.home-clients-text {
    font-style: italic;
    margin-top: 0.8em;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 18px;
    color: #808080;
    font-family: "Mukta";
}

@media screen and (max-width: 1420px) {
    .home-clients-text-left {
        margin-right: 2.5em;
    }

    .home-clients-text-right {
        margin-left: 2.5em;
    }
}

.home-clients-logo {
    margin: 10px;
    padding: 10px;
    background-color: #eee;
    width: 200px;
    height: 200px;
}

@media screen and (max-width: 1450px) {
    .home-clients-logo {
        width: 125px;
        height: 125px;
    }
}

@media screen and (max-width: 1000px) {
    .home-clients-logo {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 991px) {
    /* @TODO */
    .home-clients-text {
        margin-top: 0.8em;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .home-clients-logo {
        width: 75px;
        height: 75px;
    }

    .home-clients-text-left {
        margin-right: 3em;
    }

    .home-clients-text-right {
        margin-left: 3em;
    }
}

/* ***** */

.home-jobcategories-container {
    border-top: solid 1px #808080;
    border-bottom: solid 1px #ffffff;
    background: rgba(66,66,66,1);
    background: -moz-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,66,66,1)), color-stop(16%, rgba(66,66,66,1)), color-stop(100%, rgba(102,102,102,1)));
    background: -webkit-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    background: -o-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    background: linear-gradient(to bottom, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#666666', GradientType=0 );
}

.home-jobcategories-text {
    margin-top: 0.4em;
    font-weight: 100;
    font-size: 24px;
    color: #f0f0f0;
    font-family: "Mukta";
}

@media screen and (max-width: 991px) {
    .home-jobcategories-text {
        margin-top: 0.6em;
        font-size: 18px;
    }
}

.home-jobcategories-text strong a {
    font-weight: 500;
}

.home-jobcategories-text a {
    font-weight: 100;
    color: #f0f0f0;
}

/* ***** */

.home-modelcomments-container {
    border-top: solid 1px #808080;
    background: rgba(66,66,66,1);
    background: -moz-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,66,66,1)), color-stop(16%, rgba(66,66,66,1)), color-stop(100%, rgba(102,102,102,1)));
    background: -webkit-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    background: -o-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    background: linear-gradient(to bottom, rgba(66,66,66,1) 0%, rgba(66,66,66,1) 16%, rgba(102,102,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#666666', GradientType=0 );
}

.home-modelcomments-container-row {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.home-modelcomments-quote {
    color: #f0f0f0;
    width: 90%;
    padding: 0.5em;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
}

.home-modelcomments-quote i.fa-quote-left {
    margin-right: 0.5em;
    color: #c0c0c0;
}

.home-modelcomments-quote i.fa-quote-right {
    margin-left: 0.5em;
    color: #c0c0c0;
}

.home-modelcomments-quote strong {
    font-weight: 900;
}

@keyframes home-modelcomments-quote-1 {
    0% { opacity: 0.0; }
    1% { opacity: 1.0; }
    9% { opacity: 1.0; }
    10% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-modelcomments-quote-2 {
    0% { opacity: 0.0; }
    10% { opacity: 0.0; }
    11% { opacity: 1.0; }
    19% { opacity: 1.0; }
    20% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-modelcomments-quote-3 {
    0% { opacity: 0.0; }
    20% { opacity: 0.0; }
    21% { opacity: 1.0; }
    29% { opacity: 1.0; }
    30% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-modelcomments-quote-4 {
    0% { opacity: 0.0; }
    30% { opacity: 0.0; }
    31% { opacity: 1.0; }
    39% { opacity: 1.0; }
    40% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-modelcomments-quote-5 {
    0% { opacity: 0.0; }
    40% { opacity: 0.0; }
    41% { opacity: 1.0; }
    49% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-modelcomments-quote-6 {
    0% { opacity: 0.0; }
    50% { opacity: 0.0; }
    51% { opacity: 1.0; }
    59% { opacity: 1.0; }
    60% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-modelcomments-quote-7 {
    0% { opacity: 0.0; }
    60% { opacity: 0.0; }
    61% { opacity: 1.0; }
    69% { opacity: 1.0; }
    70% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-modelcomments-quote-8 {
    0% { opacity: 0.0; }
    70% { opacity: 0.0; }
    71% { opacity: 1.0; }
    79% { opacity: 1.0; }
    80% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-modelcomments-quote-9 {
    0% { opacity: 0.0; }
    80% { opacity: 0.0; }
    81% { opacity: 1.0; }
    89% { opacity: 1.0; }
    90% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes home-modelcomments-quote-10 {
    0% { opacity: 0.0; }
    90% { opacity: 0.0; }
    91% { opacity: 1.0; }
    99% { opacity: 1.0; }
    100% { opacity: 0.0; }
}

.home-modelcomments-quote-1 {
    animation: home-modelcomments-quote-1 90s infinite;
}

.home-modelcomments-quote-2 {
    animation: home-modelcomments-quote-2 90s infinite;
}

.home-modelcomments-quote-3 {
    animation: home-modelcomments-quote-3 90s infinite;
}

.home-modelcomments-quote-4 {
    animation: home-modelcomments-quote-4 90s infinite;
}

.home-modelcomments-quote-5 {
    animation: home-modelcomments-quote-5 90s infinite;
}

.home-modelcomments-quote-6 {
    animation: home-modelcomments-quote-6 90s infinite;
}

.home-modelcomments-quote-7 {
    animation: home-modelcomments-quote-7 90s infinite;
}

.home-modelcomments-quote-8 {
    animation: home-modelcomments-quote-8 90s infinite;
}

.home-modelcomments-quote-9 {
    animation: home-modelcomments-quote-9 90s infinite;
}

.home-modelcomments-quote-10 {
    animation: home-modelcomments-quote-10 90s infinite;
}

/* ***** */

.home-postjob-container {
    color: #f0f0f0;
    border-top: solid 1px #f0f0f0;
    background: rgba(58,149,226,1);
    background: -moz-linear-gradient(top, rgba(58,149,226,1) 0%, rgba(58,149,226,1) 16%, rgba(65,166,252,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,149,226,1)), color-stop(16%, rgba(58,149,226,1)), color-stop(100%, rgba(65,166,252,1)));
    background: -webkit-linear-gradient(top, rgba(58,149,226,1) 0%, rgba(58,149,226,1) 16%, rgba(65,166,252,1) 100%);
    background: -o-linear-gradient(top, rgba(58,149,226,1) 0%, rgba(58,149,226,1) 16%, rgba(65,166,252,1) 100%);
    background: -ms-linear-gradient(top, rgba(58,149,226,1) 0%, rgba(58,149,226,1) 16%, rgba(65,166,252,1) 100%);
    background: linear-gradient(to bottom, rgba(58,149,226,1) 0%, rgba(58,149,226,1) 16%, rgba(65,166,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a95e2', endColorstr='#41a6fc', GradientType=0 );
    padding-top: 0.25em;
    padding-bottom: 1em;
    background-image: url("../../../../modelsdirect/img/v4/casting-background-3840w.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #41a6fc;
    min-height: 450px;
}

@media screen and (max-width: 1920px) {
    .home-postjob-container {
        background-image: url("../../../../modelsdirect/img/v4/casting-background-1920w.jpg");
    }
}

.home-postjob-title {
    font-family: "Mukta";
    font-weight: 400;
    font-size: 50px;
    color: #424242;
    margin-top: 0.25em;
    color: #f0f0f0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.home-postjob-title span {
    font-size: 35px;
}

.home-postjob-text {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .home-postjob-container {
        min-height: 400px;
    }
    
    .home-postjob-title {
        font-size: 28px;
    }

    .home-postjob-title span {
        font-size: 20px;
    }

    .home-postjob-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .home-postjob-title {
        font-size: 22px;
    }

    .home-postjob-title span {
        font-size: 18px;
    }

    .home-postjob-text {
        font-size: 18px;
    }
}

/* ***** */

.home-oms-container {
    background: #222222;
    color: #f0f0f0;
    padding: 1em 3em;
    border-top: solid 5px #444;
}

.home-oms-title {
    padding-top: 0.25em;
    color: #f0f0f0;
    font-family: "Waiting for the Sunrise", cursive;
    font-weight: 400;
    font-size: 100px;
}

@media screen and (max-width: 1920px) {
    .home-oms-title {
        font-size: 80px;
    }
}

@media screen and (max-width: 1280px) {
    .home-oms-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .home-oms-container {
        padding: 0em;
    }
}

/* ***** */

.home-team-container {
    background: #e60520;
    color: #f0f0f0;
    padding: 1em 3em;
    border-top: solid 5px #444;
}

.home-team-title {
    padding-top: 0.25em;
    color: #f0f0f0;
    font-family: "Waiting for the Sunrise", cursive;
    font-weight: 400;
    font-size: 100px;
}

@media screen and (max-width: 1920px) {
    .home-team-title {
        font-size: 80px;
    }
}

@media screen and (max-width: 1380px) {
    .home-team-title {
        font-size: 50px;
    }
}

/* ***** */

.home-footer-container {
    background: #333;
    min-height: 400px;
    color: #f0f0f0;
    padding: 3em;
}

.home-footer-column-title {
    padding-bottom: 0.5em;
    color: #f0f0f0;
}

ul.home-footer-column {
    list-style: none;
    padding-left: 0px;
}

.home-footer-primary-link,
.home-footer-primary-link:hover {
    color: #d3eafe;
    font-weight: 300;
}

.home-footer-secondary-link {
    color: #f0f0f0;
    font-weight: 300;
}

.home-footer-secondary-link:hover {
    color: #f0f0f0;
}

@keyframes video-caption-2-1 {
    0% { opacity: 0.0; }
    10% { opacity: 1.0; }
    20% { opacity: 1.0; }
    30% { opacity: 0.0; }
    40% { opacity: 0.0; }
    50% { opacity: 0.0; }
    60% { opacity: 0.0; }
    70% { opacity: 0.0; }
    80% { opacity: 0.0; }
    90% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes video-caption-2-2 {
    0% { opacity: 0.0; }
    10% { opacity: 0.0; }
    20% { opacity: 0.0; }
    30% { opacity: 1.0; }
    40% { opacity: 1.0; }
    50% { opacity: 0.0; }
    60% { opacity: 0.0; }
    70% { opacity: 0.0; }
    80% { opacity: 0.0; }
    90% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes video-caption-2-3 {
    0% { opacity: 0.0; }
    10% { opacity: 0.0; }
    20% { opacity: 0.0; }
    30% { opacity: 0.0; }
    40% { opacity: 0.0; }
    50% { opacity: 1.0; }
    60% { opacity: 1.0; }
    70% { opacity: 0.0; }
    80% { opacity: 0.0; }
    90% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes video-caption-2-4 {
    0% { opacity: 0.0; }
    10% { opacity: 0.0; }
    20% { opacity: 0.0; }
    30% { opacity: 0.0; }
    40% { opacity: 0.0; }
    50% { opacity: 0.0; }
    60% { opacity: 0.0; }
    70% { opacity: 1.0; }
    80% { opacity: 1.0; }
    90% { opacity: 0.0; }
    100% { opacity: 0.0; }
}

@keyframes video-caption-2-5 {
    0% { opacity: 0.0; }
    10% { opacity: 0.0; }
    20% { opacity: 0.0; }
    30% { opacity: 0.0; }
    40% { opacity: 0.0; }
    50% { opacity: 0.0; }
    60% { opacity: 0.0; }
    70% { opacity: 0.0; }
    80% { opacity: 0.0; }
    90% { opacity: 1.0; }
    100% { opacity: 1.0; }
}

.video-caption-2-1 { animation: video-caption-2-1 20s 1; opacity: 0.0; }
.video-caption-2-2 { animation: video-caption-2-2 20s 1; opacity: 0.0; }
.video-caption-2-3 { animation: video-caption-2-3 20s 1; opacity: 0.0; }
.video-caption-2-4 { animation: video-caption-2-4 20s 1; opacity: 0.0; }
.video-caption-2-5 { animation: video-caption-2-5 20s 1; opacity: 1.0; }
