@media screen and(min-width: 768px) {
.banner__imagen{
    height: calc(100vh-72px);
    width: 100%;
    
}

}