/* The Modal (background) */
/* The Modal (background)*/
.modal {
	border-color: #d9186a;
}

@media only screen and (min-width: 1024px){
.modal {
	height: 366px;
    top: 61px;
}
}

@media only screen and (min-width: 1600px){
.modal {
	height: 450px;
	top: 80px;
}
}

@media only screen and (min-width: 1920px){
.modal {
	height: 550px;
    top: 100px;
}
}

@media only screen and (min-width: 2560px){
.modal {
	height: 775px;
    top: 130px;
}
}
