.heroContainer{
        padding: 100px 0px 100px 0px;
}

.heroContent {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.heroLogo{
    display: none;
}

.heroLogoM {
    position: absolute;
    display: block;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.heroVideo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homeTextContainer{
    width: 90%;
    background-size: cover;
}

.homeTextContainerAlt{
    width: 95%;
    font-size: smaller;
}

.homeContentImage {
    width: auto;
    height: auto;
    margin: auto;
    margin-bottom: 40px;
    float: none;
}

.statImg{
    width: 60%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.homeContentText p, th{
    font-size: large;
}

.cardFooterWrapper{
    height: auto;
}

.cardIcon{
    height: 40px;
}

.memberTable th {
    padding-bottom: 20px;
}
