#banner{
    position: relative;
	 margin-top: 90px;
    height: 650px;
    overflow: hidden;
}
#banner article ul li img {
        height: 626px;
		width: 100%;
		object-fit: cover;
    }
#banner .contenedor{
    position: absolute;
    width: 90%;
    text-align: left;
    top: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    padding: 10px;
}
#banner .msj{
    position: absolute;
    width: 90%;
    text-align: center;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px;
}
#banner .msj p{
    margin-bottom:50px;
}


#banner .contenedor a{
    background: rgba(70,107,74,1);
    border-color: rgba(70,107,74,1);
    color:#fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 25px;
    text-decoration: none;
}
@media (min-width:480px) { 
    #banner {
        height: 100vh;
        overflow: hidden;
    }
    
    #banner article ul li img {
        height: 100vh;
    }
    #banner article ul li h3 {
        height: 100vh;
    }
   }

@media (min-width:768px) { 
    #banner {
        height: 100vh;
        overflow: hidden;
		margin-top: 0;
    }
	#banner .msj{
    text-align: left;
    color: #fff;
    font-size: 28px;
    top:50%;

}
    
    #banner article ul li img {
        height: 100vh;
		width: 100%;
		object-fit: cover;
    }
    #banner article ul li h3 {
        height:  100vh;
    }
   }