.img-responsive div {
	margin: 25px auto;
}

img {
	width: 100%;
}

.caption {
	position: absolute;
	bottom: 5px;
	left: 30px;
	color: white;
}

button {
	position: absolute;
	bottom: 5px;
	right: 30px;
}

.btn {
	background-color: grey;
}

.jumbotron {
	margin-top: 25px;
    margin-bottom: 0px;
    background-image: url(https://static.thousandwonders.net/Toronto.640.5928.jpg);
    background-size:90% 100%;
    background-repeat: no-repeat;
    height: 450px;
    overflow: hidden;
    background-position: center;
    background-color: white;
	}

.text-center {
	color: white;
}