@media (max-width: 575.99px) {
.nix-videobg-wc {
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;
}
}

@media (min-width: 576px) and (max-width: 767.99px) {
.nix-videobg-wc {
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
}
}

@media (min-width: 768px) and (max-width: 991.99px) {
.nix-videobg-wc {
    background-position: center center;
    background-repeat: no-repeat;
    height: 550px;
}
}

@media (min-width: 992px) and (max-width: 1199.99px) {
.nix-videobg-wc {
    background-position: center center;
    background-repeat: no-repeat;
    height: 650px;
}
}

@media (min-width: 1200px) {
.nix-videobg-wc {
    background-position: center center;
    background-repeat: no-repeat;
    height: 850px;
}
}
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%;
}
#home-vid {
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(https://www.wc.org/wp-content/uploads/2017/01/WC-2016Panoramic-para-1.jpg);
}
#mission-vid {
    background-color: #d8d8d8;
	color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(https://www.wc.org/wp-content/uploads/2020/02/WC_Missions_BLUE.jpg);
}
#tradeco-vid {
    background-color: #d8d8d8;
	color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(https://www.wc.org/wp-content/uploads/2021/11/MicrosoftTeams-image-5.jpeg);
}


.btn-outline-light:hover {
    color: #0B5F84 !important;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
