@charset "utf-8";
.caraselheight {
	height: 15%;
	max-height: 150px;
	max-width: 300px;
	left: 25px;
	right: 25px;
	background-color: #0C10D3;
	background-image: -webkit-linear-gradient(270deg,rgba(109,114,166,0.77) 0%,rgba(0,84,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(109,114,166,0.77) 0%,rgba(0,84,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(109,114,166,0.77) 0%,rgba(0,84,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(109,114,166,0.77) 0%,rgba(0,84,255,1.00) 100%);
	display: inline-block;
	margin-bottom: 5px;
	border-color: #152092;
	border-width: thin;
	-webkit-box-shadow: inset 0px 0px #2941CB;
	box-shadow: inset 0px 0px #2941CB;
	min-width: 300px;
	width: 75%;
}
