#banner{
    margin-top: 0px;
    position: relative;
}

#banner h1{
    font-size: 8px;

}



#banner img{
    width: 100%;
    height: 100%;
}

#banner .contenedor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;

}
#banner h2{
    font-size: 28px;
    background: rgba(51,51,51,0.5)
}

#banner p{
    
     background: rgba(51,51,51,0.4)
}

#banner a{
    display: block;
    width:20%;
    color: #fff;
    text-decoration: none;
    padding: 7px;
    margin-top: 10px;
    border: 5px solid #fff;
    background: rgba(51,51,51,0.4)
    
 
}


#banner a:hover{
    background: rgba(51,51,51,0.6)
}
@media(max-width:480px){
    #banner h2{
        font-size: 18px;
    }
    #banner h1{
        font-size: 8px;
    }

	#banner .contenedor{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;

    }
	#banner p{
        font-size: 14px;
    }
	#banner a{
        font-size: 12px;
        width: 100px;

    }

}
    
@media(min-width:868px){
    #banner {
        height: 300px;
        overflow: hidden;
       
    }
     #banner h2{
        font-size: 38px;
    }

    banner img{
        height: auto;
        margin-top: -100px;
    }
}
@media(min-width:1024px){
        #banner {
        height: 310px;
        overflow: hidden;
       
    }
     #banner h2{
        font-size: 36px;
    }

    banner img{
       
        margin-top: 100px;
    }
    #banner .contenedor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-60%) translateY(-30%);
    color: #fff;
    }

}

@media(min-width:1280px){
       #banner {
        height: 320px;
        overflow: hidden;
       
    }
     #banner h2{
        font-size: 38px;
    }

    banner img{
       
        margin-top: 100px;
    }
}

@media(min-width:1360px){
       #banner {
        height: 350px;
        overflow: hidden;
       
    }
     #banner h2{
        font-size: 38px;
    }

    banner img{
       
        margin-top: 100px;
    }
}

@media(min-width:1680px){
       #banner {
        height: 420px;
        overflow: hidden;
       
    }
     #banner h2{
        font-size: 38px;
    }

    banner img{
       
        margin-top: -100px;
    }
}