.snap a img {
    margin: 10px 10px 0px 10px;
    width: 90%;
    height: 80%;
}

#page{

}

.site-main{
    margin-top: 60px;
}

#content {
    width: 900px;
    margin: 0px auto;
}
.snap{
    width: 33.3%;
    text-align: center;
    float: left;
    height: 23vh;
    object-fit: cover;
    margin-top: 5px;
}
p {
    line-height: 140%;
    font-size: 16px;
    margin-bottom: 10px;
}

img {
    transition: 0.6s ;
}

img:hover {
    opacity: 1 ;
}

.snap-list-box {
    margin-bottom: 20px;
    height: 100%;
}

.snap-list-box:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#section {
    margin-bottom: 0px !important;
}

#content {
    width: 90%;
    margin: 0px auto;
    position: relative;
    bottom: 40px;
}

.name{
    margin-top: -3px;
}