@media only screen and (max-width :960px) {
.modal_window img {
	width: 70%;
}
.modal_window .article {
	width: 70%;
}
}
@media only screen and (max-width :720px) {
}
@media only screen and (max-width :480px) {
#close_button {
	left: 10px;
}
#prev_button {
	left: 10px;
}
#next_button {
	right: 10px;
}
}
@media only screen and (max-device-width :960px) {
.modal_window img {
	width: 70%;
}
.modal_window .article {
	width: 70%;
}
}
@media only screen and (max-device-width :720px) {
}
@media only screen and (max-device-width :480px) {
#close_button {
	left: 10px;
}
#prev_button {
	left: 10px;
}
#next_button {
	right: 10px;
}
}