@charset "utf-8";
/* CSS Document */

.lstop-background {
	background-image: url("../images/ls-images/lsbgtop.jpg");
	background-size: cover;
	background-position: center;
}
.lsmid {
	background-image: url("../images/ls-images/lsbgmid.jpg");
	background-size: cover;
	background-position: center;
}
.lsdel {
	background-image: url("../images/ls-images/lsbgdel.jpg");
	background-size: cover;
	background-position: center;
	padding-right: 0;
	padding-left: 0;
}
.lsbottom {
	background-image: url("../images/ls-images/lsbgbottom.jpg");
	background-size: cover;
	background-position: center;
}
.deltitle{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	background-color: white;
	background-size: cover;
}
.solutions {
	width: 100%;
	background-color: #BF1E2E;
	color: white;
	border-style: none;
	border-radius: 5px;
	font-style: oblique;
	font-size: 1.3rem;
}
.financingbutton {
	background-color: #BF1E2E;
	color: white;
	border-style: none;
	border-radius: 5px;
	font-size: 1.5rem;
	font-style: oblique;
}
.vidcontain {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.ideasvids{
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
}