@import url('style.css');

.hero.is-success.is-halfheight { background-size: cover; background-repeat: no-repeat; background-position: center center; }

.hero.is-success.is-halfheight.instalacion { background-image: url('../img/servicios/instalacion-Racks-Solutions-Mexico.jpg'); }
.hero.is-success.is-halfheight.transporte { background-image: url('../img/servicios/traslado-de-Racks-Solutions-Mexico.jpg'); }
.hero.is-success.is-halfheight.mantenimiento { background-image: url('../img/servicios/mantenimiento-de-Racks-Solutions-Mexico.jpg'); }


/* Mobile */
@media only screen and ( max-width: 768px) {

}
/* Tablet */
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    
} 
/* Desktop */
@media only screen and (min-width: 1024px) and (max-width: 1215px) {
    
} 
/* Widescreen */
@media only screen and (min-width: 1216px) and (max-width: 1407px) {
    
}
/* HD */
@media only screen and (min-width: 1408px) and (max-width: 1920px) {
    
}
/* 2K */
@media only screen and (min-width: 1921px) {
    
}