/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

#faq {
    background: url(../img/faq_bg.jpg) no-repeat;
    background-size: cover;
}

#faq a {
    color: #333 !important;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
}

.exchange-logo {
    text-align: center;
}

.exchange-logo img {
    width: 255px; 
    height: 57px;
}