@import url('style.css');

.form-cont { background-image: url('../img/home/mexico-with-points.svg'); background-position: top right; background-repeat: no-repeat; }

/* Mobile */
@media only screen and ( max-width: 768px) {
    .form-cont { background-position-x: 50%; background-position-y: 15%; background-size: 150%; }

}
/* Tablet */
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    
} 
/* Desktop */
@media only screen and (min-width: 1024px) and (max-width: 1215px) {
    
} 
/* Widescreen */
@media only screen and (min-width: 1216px) and (max-width: 1407px) {
    
}
/* HD */
@media only screen and (min-width: 1408px) and (max-width: 1920px) {
    
}
/* 2K */
@media only screen and (min-width: 1921px) {
    
    
}