@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 1279px){
	
.gorsel{
	
	width: 50%;
	height: 50%;
}
	
}

@media screen and (max-width: 1279px){
	
.gorsel{
	
	width: 70%;
	height: 70%;
}
	
}

@media screen and (max-width: 799px){
	
.gorsel{
	
	width: 95%;
	height: 95%;
}
	
}
	