.hero-video {
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    object-position: top;
}

.about-list {
    display: flex;
    justify-content: space-around;
}

.about-list img {
    display: block;
    margin: auto;
}

footer {
    text-align: center;
}