.acm-slideshow .owl-carousel .item {
  position: relative;
  height:215px;
}
@media only screen and (max-width: 970px) and (min-width: 380px) {
	.acm-slideshow .owl-carousel .item {
		height:200px;
	}
}
.acm-slideshow .owl-carousel .item:before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .acm-slideshow .owl-carousel .item {
    height: 240px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content {
  position: absolute;
  z-index: 2;
  padding-top: 36px;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  height:100%;
}
.slider-content {
	/* background is set in template file */
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: center top;
}
@media screen and (max-width: 788px) {
.acm-slideshow .item .slider-content {
	top: -3.5%!important;
	}	
}
@media only screen and (max-width: 969px) and (min-width: 480px) {
	.acm-slideshow-header .golden-square .item-title {
		font-size: calc(2em + 0.9vw) !important;
	}
	.acm-slideshow-header .golden-square .item-subtitle h2 {
		font-size: calc(1em + 0.6vw) !important;
	}
}
/* Golden square variation */
@media only screen and (max-width: 969px) and (min-width: 480px) {
	.acm-slideshow-header .golden-square {
		max-width: 90%;
	}
}
.acm-slideshow-header .golden-square {
	border: 4px solid #A58500;
	padding: 0;
    background:rgba(91, 91, 91, 0.87)!important;
    margin: 0 auto;
    padding: 0 !important;
    max-width: 94%;
    width: 500px;
}

.acm-slideshow-header .item-title {
	font-size: calc(2em + 1.3vw);
	margin-bottom: 10px!important;
	color: rgba(255, 255, 255, 0.87)!important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	margin-top: 0;
	position: relative;
	margin-bottom: 26px;
}
.acm-slideshow-header .item-subtitle h2 {
	font-size: calc(1em + 1vw)!important;
	letter-spacing: 7px;
	color: rgba(255, 255, 255, 0.87)!important;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	position: relative;
}
/* ACM: golden-square variation */

