.tlt.video {
    background-color: #fff;
}
.tlt.video .row{
    max-width: 813px;
    margin:auto;
}
.extent-bg.blue, .tlt.blue {
    background-color: #0067B1 !important;
    border: 0 !important;
    padding: 48px;
}
.tlt .videoCenter {
    text-align: center;
}
.tlt .videoCenter iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 813px;
}
.tlt.video .videoCenter + div h2 {
    margin-top: 20px !important;
    font-size: 1.85em !important;
    font-weight: normal !important;
}
.tlt.video h2 {
    margin-top: 0;
    font-size: 2.3em;
    font-weight: bold;
    color: #4a4a4a;
}
.tlt.video.blue h2, .tlt.video.blue p {
    color: #fff;
}
.tlt a.action-button {
    font-family: Montserrat, sans-serif;
    background-color: #0067b1;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    padding: 15px 66px;
}
.tlt.blue h2, .tlt.blue h3, .tlt.blue p, .tlt.blue a {
    color: #fff !important;
}
.tlt.blue .action-button {
    background-color: #fff !important;
    color: #0067b1 !important;
}
.tlt iframe{
    width:100%;
}
.tlt .videoRight {
    float: right;
    text-align: right;
    order:2;
}