.banner {
	width: 22em;
	height: 8em;
	background: red;
	height: $banner-height;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	border-radius: .3em;	
}
.banner:hover{
	transform: scale(1.05);
	box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.55);
}

.text {
	display: flex;
	justify-content: center;
	text-align: center;
}
#radi{
	color: white;
}
