/* SIMPLE BANNER, NO CAROUSEL */
#banner {
}

#banner figure {
  position: relative;
  margin: 0;
}

#banner figure img {
  max-width: 100%;
  display: block;
  position: relative;
  o/pacity: 0.75;
	filter: brightness(50%);
	filter: brightness(100%);
}

/* ONLY if you want the image to lighten/darken */
/*
#banner figure:hover img {
  opacity: 0.75;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}

#banner figure:hover  figcaption{
  opacity: 1;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
*/
/* END ONLY if you want the image to lighten/darken */

#banner figcaption {
  position: absolute;
  width: 100%;
  o/pacity: 0;
  color: #fff;
  color: #000;
  left: 0px;
  text-align: center;
  top: 20%;
  top: 10%;
}

#banner h3
{
	font-size: 400%;
	color: #444;
}

#banner figcaption span {
  display: table;
  padding: 10px;
  b/order-top: 5px solid black;
  b/order-bottom: 5px solid black;
  b/order: 2px solid black;
  text-align: center;
  margin: 0 auto;
  m/ax-width: 35em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  b/ackground-color: rgba(255,255,255,0.5);
  b/ackground-color: rgba(0,0,0,0.5);
  b/ackground-color: rgba(0,0,0,0.3);
}

#ba/nner figcaption span:hover {
  opacity: 1;
  background: #fff;
  color: blue;
  border: 5px solid black;
}

#banner hr,
.style30 {
	border: none;
  height: 35px;
  w/idth: 50px;
  margin:0px auto;
  background: url(../images/graphics/tsc_divider3.png) no-repeat scroll center transparent;
  background-color: rgba(0,0,0,0.5);
  padding: 6px 0px;
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	/* ONLY IF FORCE REPOSITIONING UNDER */
  #ba/nner figcaption {
    position: relative;
    top: 30px;
    bottom: 0px;
    margin-left: 0px;
    margin-top: 10px;
    margin: 0px;
    padding: 0px;
		width: 96%;
		margin: 10px auto;
  }

	#banner h3 {
		font-size: 200%;
	}

  #banner figcaption span {
    bac/kground: black;
    opacity: 1;
  }

}

/* Buttons */
#banner a.button {
  background: red;
	background: black;
  color: #fff;
  text-decoration: none;
  b/order: 2px solid #313131;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	width: auto;
	background: #ff0065;
	font-size: 150%;
}

#banner a.button:hover {
  background-color: #fff;
  background: #000;
	background: none;
	background: #555;
  color: #666666;
	color: #fff;
}

.cover {
  object-fit: contain;
  object-fit: cover;
  width: 100%;
  height: 360px;
  height: 480px;
  height: 600px;
	object-position: center bottom;
	object-position: center 100%;
	object-position: center 50%;
	object-position: center middle;
	object-position: center top;
	object-position: center 0%;
	object-position: center 70%;
	object-position: center 39%;
	o/pacity: .5;
	f/ilter: brightness(50%);
}

/*
  <div id="banner">
  <figure>
    <img src='../images/1920x960/paint_6879266.jpg' class='cover' />
    <figcaption>
      <span>
      <h3>We Paint, You Relax</h3>
      <a href="#" class="button">Let's get started <em class="fa fa-caret-right"></em></a>
      </span>
    </figcaption>
  </figure>
  </div>
*/
