.hero-video{
    width: 100%;
    height: 100vh;
    object-fit: contain;
}

.hero-video-overlay{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-video-text{
    width: 100%;
    height: 100%;
    left: 0;
    top: 10%;
    position: absolute;
    color: #fff;
    text-align: center;
}

.hero-video-text h1{
    color: #fff;
    font-size: 4em;
    font-weight: 700;
    line-height: 0.2;
}

.hero-video-text h3{
    color: #fff;
    font-size: 2em;
    font-weight: 500;
}

.hero-text{
    padding-top: 20%;
    padding-left: 20%;
}

.photo-categories-row{
    align-items: center;
}

.category-card{
    text-align: center;
    border: .2em solid #fff;
    background-color: transparent;
    font-size: 1.2em;
    margin: 2% auto;
    height: 10em;
}

.category-card p{
    margin: 5% 0;
}