@media (max-width: 767px) {
	
	.top {
		text-align:  center;
		    height: 135px;
		background-image: url("../img/mdy-vallarta-landing-header-02_green_background-pattern.jpg");
	}
	
	.top img {
    max-width: 200px;
	}
	
.intro {
    background: url(../img/mdy-vallarta-landing-header-01.jpg) no-repeat top right scroll;
    filter: grayscale(1);
    animation: gray 5s forwards;
    display: table;
    width: 100%;
    height: 410px;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    font-weight: bold;
    min-height: 0;
}	
	
.formulario {
    background-image: url(../img/mdy-vallarta-landing-header-02_green_background-pattern.jpg);
    padding-top: 40px;
    padding-bottom: 100px;
}	
	
.formulario h1 {
    color: #86754d;
    font-size: 25px;
    font-family: AbstractMedium;
    margin-bottom: 20px;
}

.seclogin h2 {
    margin-bottom: 50px;
}
	
}