.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#BlueBanner {
    float: none;
    height: 100px;
    margin: 0px auto;
    clear: none;
    width: 100%;
    min-height: 50px;
    background-color: rgb(0, 26, 113);
    min-width: 0px;
    background-image:url("https://static.c-spanvideo.org/assets/images/podcasts/sound-waves.png");
    background-attachment: inherit;
    -webkit-background-size: cover;
    background-size: contain;
    /* background-size: cover; */
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
}

#MainContain {
    float: none;
    height: auto;
    margin: 40px auto 10px;
    clear: none;
    width: 100%;
    min-height: 50px;
    background-color: rgb(255, 255, 255);
    max-width: 1080px;
    position: relative;
    display: block;
    /* max-height: 900px; */
}

#BannerBox {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: both;
    width: 100%;
    min-height: 100px;
    max-width: 1080px;
    margin-right: auto;
    position: relative;
}

#HeaderIcon {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 8px 0px 0px 12px;
    clear: none;
    color: rgb(0, 0, 0);
}

#HeaderTxt {
    float: left;
    font-size: 5.0em;
    width: 363px;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 1em;
    margin: 21px 0px 0px 25px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Cooper Hewitt;
    font-weight: bold;
    max-width: 363px;
}

@media only screen and (max-width: 1080px) {
    #MainContain {
        width: 100%;
        min-height: 50px;
        /* max-height: 900px; */
        height: auto;
    }

    #BlueBanner {
        display: block;
    }
}

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

    #MainContain {
        height: auto;
        /* max-height: 760px; */
        margin: 25px auto 5px;
    }
}

@media only screen and (max-width: 790px) {
  #BlueBanner {
    background-size: cover;
  }
}


@media only screen and (max-width: 500px) {
    #BlueBanner {
      background-size: cover;
    }

    #MainContain {
        height: auto;
        margin-top: 5%;
        /* max-height: 1520px; */
    }

    #HeaderIcon {
        margin-left: 12px;
        width: 17%;
        margin-top: 14px;
    }

    #HeaderTxt {
        margin: 2.6% 0px 0px 5%;
        width: 70%;
        max-width: 350px;
        /*height: auto;*/
        font-size: 4.3em;
        line-height: normal;
        max-height: 80px;
    }
}

@media only screen and (max-width: 420px) {
    #MainContain {
        height: auto;
        margin-top: 5%;
        /* max-height: 1520px; */
        width: 100%;
    }

    #HeaderIcon {
        margin-left: 12px;
        width: 17%;
        margin-top: 22px;
    }

    #HeaderTxt {
        margin: 5.5% 0px 0px 2.0%;
        width: 70%;
        max-width: 350px;
        /*height: auto;*/
        font-size: 3.9em;
        line-height: normal;
        max-height: 80px;
    }
}

@media only screen and (max-width: 380px) {
    #MainContain {
        height: auto;
        /* max-height: 1408px; */
    }

    #HeaderTxt {
        font-size: 3.3em;
        margin-top: 5%;
        margin-left: 3.2%;
        /*height: auto;*/
        max-height: 60px;
        /*width: 71%;*/
        max-width: 267px;
    }

    #BlueBanner {
        height: 3.775811%;
        min-height: 0px;
        max-height: 80px;
    }

    #HeaderIcon {
        width: 15%;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 320px) {
    #HeaderIcon {
        width: 13%;
        margin-left: 7px;
    }

    #HeaderTxt {
        width: auto;
        font-size: 2.8em;
        margin-left: 7px;
        max-height: 56px;
        margin-top: 5.5%;
        /*height: auto;*/
        /*max-width: 267px;*/
    }

    #BlueBanner {
        height: auto;
        min-height: 0px;
        max-height: 70px;
    }

    #BannerBox {
        max-width: 300px;
        width: 100%;
        height: auto;
        min-height: 70px;
    }
}

@media only screen and (max-width: 280px) {
  #wrapper{
    min-width: 280px !important;
  }
}
