.popup{
    width: 50%; height: 350px !important; top: 150px; border: 10px solid #152846;
}



@media screen and (min-width: 480px) {
  .popup h2{
    
	font-size: 18px !important;
}

.popup{
    
	width: 100%; height: auto; top: 100px; border: 10px solid #152846;
}

}