nav {
    font-size: 14px;
}


/*Column*/

.photo {
    flex: 33.3%;
    justify-content: center;
    max-width: 350px;
    width: auto;
    overflow: hidden;
    padding: 0 4px;
    height: 100%;
}

.photo img {
    margin-top: 4%;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: white solid 1px;
}

#photos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width:600px) {
    .banner {
        height: 350px;
    }
    .view {
        width: 60%;
        height: 200px;
    }
}