/* The Modal (background) */
.modal {
	border-color: #f7941d;
	top: 0px;
}

@media only screen and (min-width: 1024px){
.modal {
	height: 366px;
}
}

@media only screen and (min-width: 1600px){
.modal {
	height: 450px;
}
}

@media only screen and (min-width: 1920px){
.modal {
	height: 550px;
}
}

@media only screen and (min-width: 2560px){
.modal {
	height: 750px;
}
}

.not-active {
   pointer-events: none;
   cursor: default;
}