
.swal-modal{
	width:45%;
}

#open-image{
	width:75%;
	height:550px;
}

@media only screen and (max-width:600px){
	#open-image{
		width:100%;
		height:400px;
	}
	.swal-modal{
		width:90%;
		
	}
}

