WebDev

Bloque - Comentarios Carrousel

Implementación Bloque Comentarios Carrousel

Nombre: Bloque Comentarios Carrousel

Estructura: Carrousel de comentarios con foto atrás

Apariencia:

 

CSS:

//Escritorio

#heroDiploTwo{
margin-top: 0px;
background-position: center center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
position: relative;
.container-neo-slider {
position: absolute;
z-index: 0;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.diplo_hero_half{
width: 100%;
height: 100%;        
background-attachment: fixed;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
min-height: 20rem;
}
.diplo_contentblock{
max-width: 1280px;
margin: auto;
.neo_socialproof_slider_titulo{
text-align: center;
font-size: 3rem;
padding-bottom: 30px;
color: white;
font-family: $handwriting-font;
text-shadow: 0px 0px 3px black;
}
.neo_socialproof_slide_item{
background-color: rgba(0,0,0,0.5);
}
}
}

//Mobile

#heroDiploTwo{
        .diplo_contentblock{
            max-width: 100%;
        }
    }