.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.other-projects-map {background: url(../img/other-project-map.png) no-repeat center center / contain; height: 40vw; margin-bottom: 2vw; }

@media only screen and (max-width: 1280px) {
.other-projects-map {height: 60vw; margin-bottom: 4vw; }
}

@media only screen and (max-width: 640px) {
.other-projects-map {background-size: cover; height: 110vw; margin-bottom: 2vw;}
}

@media only screen and (max-width: 450px) {
    .other-projects-map {min-height: 500px; margin-left: 8vw; margin-bottom: 2vw; }
}



#sub-pop .round-corners {
    border-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
#sub-pop .uk-modal-body {
    background: #981526;
    color: #fff;
}
#sub-pop .subscribe {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 18px 18px;
    font-family: "Oswald";
    font-size: 18px;
    line-height: 30px;
    margin: 25px 0 0;
    padding: 3px 20px;
    text-transform: uppercase;
    transition: 0.3s all;
    max-height: 40px;
}
#sub-pop .subscribe:hover {
    background: #fff;
    color: #353a4a;
}
#sub-pop a:link, #sub-pop a:visited {
    color: #fff;
    text-decoration: none;
}
#sub-pop a:hover {
    color: #c5c5c5;
    text-decoration: none;
}
#sub-pop h1, #sub-pop h2, #sub-pop h3 {
    color: #fff;
}


@media only screen and (max-width: 767px) and (max-height: 400px) {
  /* For mobile phones: */
  #sub-pop .filler {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #sub-pop .filler {
    width: 100%;
    /* height for 1/2 width columns:
    min-height: 610px;
    */
    min-height: 510px;
  }
}
@media only screen and (min-width: 1440px) {
  #sub-pop .filler {
    width: 100%;
    /* height for 1/2 width columns:
    min-height: 530px;
    */
    min-height: 430px;
  }
}

/* caption on sub-banners */

.sub-banner .wrapper{
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
}

.sub-banner .caption {
    color: #fff;
    margin: 0 0 100px;
    width: 38vw;
}

.sub-banner .caption h1 {
    color: #fff;
    margin: 0 0 1.2vw;
    text-shadow: 0 0 8px rgba(0,0,0,.5);
}

.sub-banner .btn-more{
    color: #fff;
    border: 2px solid #fff;
    margin: 0;
    padding: 3px 20px;
}

.sub-banner .btn-more:hover {
    background: #fff;
    color: #3f4453;
}




@media only screen and (max-width: 400px) {
    .sub-banner .caption h1{
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 12px;
    }
    .sub-banner .caption {
        margin: 0 0 30px;
        width: 100%;
    }
    
}
@media only screen and (max-width: 640px) {
    .sub-banner .caption h1{
        font-size: 26px;
        line-height: 32px;
     }
     .sub-banner .caption {
        margin: 0 0 40px;
        width: 300px;
    }
    
}
@media only screen and (max-width: 1200px) {
    .sub-banner .caption h1{
        margin: 0 0 10px;
    }
    .sub-banner .caption {
       width: 420px;
    }
    
}
@media only screen and (max-width: 1599px) {
    .sub-banner .caption h1{
        margin: 0 0 10px;
    }
 
}

.media-vid {padding-top: 6rem;}
@media only screen and (max-width: 800px) {
    .media-vid {padding-top: 1rem;}
}
