.photo-content-main a{
	position: relative;
    width: calc(25% - 15px);
    height: 290px;
    border-radius: 10px;
    overflow: hidden;
}

.photo-content-main img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}