.slideshow {
    height: 500px;
    object-fit: cover;
}
.jumbotron-fluid {
	height: 400px
}
@media only screen and (max-width: 768px) {
	.slideshow {
	    height: 12rem;
	    object-fit: cover;
	}
	.jumbotron-fluid {
		height: 8rem
	}
	.code, .code img {
		height: 30px
	}
}