html {
  scroll-behavior: smooth;
}

#MainContent li {
    list-style-type: disc;
}

.h_logos {
    background: rgba(255,255,255,.3);
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.grey-div {
    padding: 1% 5%;
    background-color: #eee;
    border-radius: 15px;
}

@media only screen and (max-width: 992px) {
    .yt-vid {
        width: 350px;
        height: 197px;
    }
}






