jon-merchant
5/26/2018 - 1:59 AM

css final

.myCarousel {
  height: 390px;
}
.panels {
	background-size: cover;
	height: 200px;
	position: relative;
}
.padding-top-75 {
  padding-top: 75px;
}
.padding-sides-100 {
  padding-left: 100px;
  padding-right: 100px;
}
h4 {
  color: white;
}

/* Rectangle Box - red */
div.recBox-left, div.recBox-right, div.recBox-center {
  position: relative;
}
div.recBox-center:before {
    content:"";
    position:absolute;
    width: 100%;
    height: 200px;
    border-top: 4px solid red;
    border-bottom: 4px solid red;

}
div.recBox-left:before { 
    border-left: 4px solid red !important;
    left:100px !important;
    
    
    
}
div.recBox-right:before {
	right: 100px;
	left: unset !important;
	border-right: 4px solid red;
}
div.recBox-center:before {
	left:0px;
}

/* Hide the Arrows */
.carousel-control.right,
.carousel-control.left {
  background: none !important;
  display: none;
}