@charset "utf-8";

@media (min-width: 760px) {
	#banner-wrapper .content {
		min-height: 20rem;
		background: rgba(52,247,176,1);
		background: -moz-linear-gradient(45deg, rgba(52,247,176,1) 0%, rgba(207,122,240,1) 33%, rgb(245, 219, 34) 79%, rgba(231,56,39,1) 100%);
		background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(52,247,176,1)), color-stop(33%, rgba(207,122,240,1)), color-stop(79%, rgb(245, 211, 63)), color-stop(100%, rgba(231,56,39,1)));
		background: -webkit-linear-gradient(45deg, rgba(52,247,176,1) 0%, rgba(207,122,240,1) 33%, rgb(245, 186, 75) 79%, rgba(231,56,39,1) 100%);
		background: -o-linear-gradient(45deg, rgba(52,247,176,1) 0%, rgba(207,122,240,1) 33%, rgb(245, 186, 75) 79%, rgba(231,56,39,1) 100%);
		background: -ms-linear-gradient(45deg, rgba(52,247,176,1) 0%, rgba(207,122,240,1) 33%, rgb(245, 186, 75) 79%, rgba(231,56,39,1) 100%);
		background: linear-gradient(45deg, rgba(52,247,176,1) 0%, rgba(207,122,240,1) 33%, rgb(245, 186, 75) 79%, rgba(231,56,39,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34f7b0', endColorstr='#e73827', GradientType=1 );
	}
}