.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 0; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
	height:100%;
	min-height:1500px;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	
}

/* Modal Content */
.modal-content { 
    margin: 2px auto;
    padding: 15px;
    border: 1px solid #888;
    width: 98%;
    background-color: #fff;
	position:relative;
}

.modal-content iframe {width:100%;border:0;height:80%;}

/* The Close Button */
.close {
    color: #aaaaaa;
    position:absolute;top:10px;right:10px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}    

#braintree_iframe {
    width:98%;   
    min-height:600px;   
	height:1400px;
	/*border:1px solid red;;		*/
}    
	
.modal .g08 {width:99%;}
.modal .g04 {width;33%;display:none;}
		

	
@media only screen and (min-width: 768px) {
	
	.modal {/*position:fixed;*/}

    #braintree_iframe {
		height:1200px;	
    }  
   .modal-content { 
        margin: 20px auto;
        padding: 25px;
        width: 95%;
    }	
}
@media only screen and (min-width: 1025px) {
	
	.modal {/*position:fixed;*/}
		.modal .g08 {width:66%;}
		.modal .g04 {width;33%;display:block;}
		
		
    #braintree_iframe {
		height:800px;	
    }  
   .modal-content { 
        margin: 20px auto;
        padding: 25px;
        width: 95%;
    }	
}
        
@media only screen and (min-width: 1200px) {
	#braintree_iframe {
		height:777px;	
	}  
}
@media only screen and (min-width: 1400px) {
	#braintree_iframe {
		height:747px;	
	}  
}
       