#yccHeader {
    margin-top: 1%;
}

#buttonOYU {
    margin-top: 1%;
}

#USAUVideo {
    width: 32vw;
    height: 18vw;
    display: block;
    margin: 20px auto;
    min-width: 560;
    min-height: 315;
}

.hsPhotos {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    grid-template-rows: 1fr 1fr;
    margin: 0 5%;
}

div.hsPhotos img {
    /* max-height: 250px; */
    width: 98%;
    /* cursor: pointer; */
    margin: 1%;
    border-radius: 15px;
}