.carousel-item {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}


.carousel-caption h1{
	font-size: 4.5em;
}

.carousel-imagen {
    position: absolute;
    right: 15%;
    top: 150px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-texto {
    position: absolute;
    right: 15%;
    bottom: 75px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}