iframe {
    width: 100%;
}

.video__title {
    font-weight: 300;
    color: #fff;
    text-transform: initial;
}

.video__secretpopout:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em; /*might want to tweak this. .25em for extra white space */
    height: 100%;
}

.video__secretpopout .video__popup-box {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 10px 30px 10px 10px;
    position: relative;
}

.video__secretpopout .video__popup-box {
    max-width: 800px;
    width: 100%;
    padding: 5px 10px 6px 10px;
}

.video__secretpopout .video__close-popup {
    position: absolute;
    top: 0px;
    right: -35px;
    padding: 2px 7px 7px 7px;
}

.video__box-set-up {
    background: #fff;
}

.video__close-popup {
    position: absolute;
    top: 4px;
    right: 8px;
}

.video__close-popup img{
    max-width: 30px;
    margin-top: 3px;
}

.video__play-button img {
    margin: 0 auto;
    display: block;
    max-width: 140px;
}

.video__play-video:hover {
    opacity: 0.8;
}

.video__video {
    height: 454px;
}

.video__header {
    color: #fff; 
    font-size: 1.7em; 
    line-height: 1em;
    padding-bottom: 20px;
}

.video__secretpopout {
    display: none;
    width: 100%;
    position: fixed;
    background: rgba(0,0,0, 0.9);
    z-index: 100000;
    top: 0px;
    left: 0px;
}

.video__secretpopout{
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.video__secretpopout:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em; /*might want to tweak this. .25em for extra white space */
    height: 100%;
}

.video__popup-box{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 10px 30px 10px 10px;
    position: relative;
}

@media only screen and (max-width: 992px) {

    .video__play-button  {
        display: inline-block;
        width: 100%;
        max-width: 122px;
        margin-top: 40px;
    }

    .video__play-button img {
        width: 100%;
        max-width: 122px;
        display: block;
        margin: 0 auto;
        margin-top: -20px;
        padding-bottom: 120px;
    }

    .video__popup-box{
        max-width: 80% !important;
        padding: 25px;
        padding-bottom: 60px;
    }

    .video__video {
        height: 220px;
    }
}

.popup-image-size img {
    max-width: 100%;
}

.crisis__un-popup {
    background: #dd3928;
    padding: 30px;
    color: #fff;
    min-height: 300px;
    max-height: 400px;
    overflow: scroll;
}