@media only screen and (min-width: 1024px){
.modal {
	height: 366px;
    top: 61px;
}
}

@media only screen and (min-width: 1600px){
.modal {
	height: 450px;
	top: 87px;
}
}

@media only screen and (min-width: 1920px){
.modal {
	height: 550px;
    top: 100px;
}
}

@media only screen and (min-width: 2560px){
.modal {
	height: 770px;
    top: 150px;
}
}