@media (max-width:768px) {
	body {
		height: 100vh;
		overflow: hidden;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.section-content {
		padding: 0 0;
	}

	.photo-list-section {
		width: 100%;
	}

	.photo-list {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.photo-list-cont {
		width: 43%;
		background-color: #FFFFFF;
		padding: 0px 0px;
		margin: 10px 10px;
		border-radius: 5px;
		border: solid 1px #CCCCCC;
	}

	.photo-list-cont-img img {
		width: 100%;
		height: 100px;
	}

	.photo-list-cont-title {
		width: 90%;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 0;
	}

	#footer {
		color: red;
		display: flex;
		margin-top:20px;
		justify-content: center;
	}


}
