#carousel{
	height:70rem;
}

#crumbscont{
	text-align:left;
}

#customrow{
	padding-top:0;
}

.row{
	margin:0;
	padding-top:5rem;
}

.picturebox{
	height:30rem;
	outline-style:solid;
	outline-color:black;
	outline-width:10px;
	padding:0;
}

.picture{
	height:100%;
	width:100%;
	/*Make me centre*/
}

#invisibox{

}

@media screen and (max-width:699px){
	#carouselcont{
		height:30rem;
	}
}

@media screen and (min-width:700px) and (max-width:1000px){
	#carouselcont{
		height:55rem;
	}

	.picturebox{
		height:50rem;
	}
}

@media screen and (max-width:1024px){
	#carousel{
		height:60rem;
	}
}
@media screen and (max-width:1920px){
	#carousel{
		height:80rem;
	}
}
