#gallery-wrapper {
	/*width: 70%;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

#gallery-1 {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (min-width:0px) and (max-width:460px) {

#gallery-wrapper {
	width: 95%;
	/*margin-left: auto;
	margin-right: auto;*/
}

}

@media screen and (min-width:461px) and (max-width:767px) {

#gallery-wrapper {
	width: 70%;
	/*margin-left: auto;
	margin-right: auto;*/
}

}

@media screen and (min-width:768px) and (max-width:1024px) {

#gallery-wrapper {
	width: 60%;
	/*margin-left: auto;
	margin-right: auto;*/
}

}

@media screen and (min-width:1025px) {

#gallery-wrapper {
	width: 50%;
	/*margin-left: auto;
	margin-right: auto;*/
}

}