﻿/* PHOTO-Related */
.rel{
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 275px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
@media screen and (max-width: 900px) {
.rel{
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 275px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
}
@media screen and (max-width: 600px) {
.rel{
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 275px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
}

