/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
.above-area {
	background-position: center left;
}
    
    
    
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {

 
    
    
    
    
    
    
    
}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
 .form-field-text input {
	margin-bottom: 20px;
}
    
    
    
    
}
 



/* Extra small Device. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.matchups-text {
	margin-bottom: 20px;
}
 .form-field-text input {
	margin-bottom: 20px;
}     
.about-text {
	width: auto;
	margin: 0 auto;
}
    
    
    
    
    

}
 
