.smi-tagline{
    background: #fff;
    width: 450px;
    /* margin-left: 5%; */
    font-size: 122%;
    /* margin-top: -20px; */
    display: inline-block;
    text-align: center;
}
.smi-tagline h2{
    box-shadow: 0px 1px 2px rgba(0,0,0,.44);
    padding: 23px;
    text-align: left;
}
.thumbnail-container{
    display: inline-flex;
    margin: auto;
    width: 100%;
    justify-content: space-around;
}
.thumb{
    width:auto;
    border:2px solid #001950;
    border-radius: 4px;
}
.thumbnails img{
    object-fit: cover;
}
.flexed{
    display: inline-flex;
    margin: auto;
    justify-content: space-around;
}
.flexed li{
    list-style: none;
    margin-bottom: 5px;
}
#gray{
    background: #EFEFEF;
        margin-top: 20px;
}
.video-container{
    background: #ccc;
    width:640px;
    margin: auto;
}
@media screen and (max-width: 50.125em) {
    .container>header{
    display:inline-flex !important;
    }
    .col-sm-6{
    width:100%;
    }
    .col-sm-5{
    width:100%;
    }
    .flexed{
    display: block;
    }
    .smi-tagline{
    width:100%;
    }
    .subheader{  
    display:inline-block;}
}
