html {
	position: relative;
	min-height: 100%;
}

body {
  padding-bottom: 120px;
}

body > .container {
  padding: 45px 15px 0px;
  margin-bottom: 70px;
}

.card-body {
	padding: 10px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  line-height: 60px;
  background-color: #292B2C;
}

.nounderline {
  text-decoration: none !important
}

.fotorama__wrap {
  margin: 0 auto;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.addSpacer {
  padding-bottom: 30px;
}

.verticalStripes {  
  background: repeating-linear-gradient(
  to right,
  #000000,
  #000000 10px,
  #FFFFFF 10px,
  #FFFFFF 20px
);
}
