@charset "utf-8";
/* CSS Document */
.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(70vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-background-content {
  position: relative;
  z-index: 2;
}
.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}
.agglist{
	list-style: none;
	font-size: 1.05rem;
	font-style: oblique;
}
.aggtext{
	background-color: rgba(0,0,0,0.40);
}
.aggtext h1 {
	font-size:
		1.492rem;
}
.mapbg{
	background-image: url("../images/agg-images/IMG_0567.JPG");
	background-size:cover;
	background-position: center;
}
.map {
	height: 450px;
}
.aggbutton{
	border-style: none;
	background-color: #BF1E2E;
	color: white;
	font-size: 1.6rem;
	font-weight: 700;
	font-style: oblique;
	border-radius: 7px;
	padding: 0px;
	margin: 0px;
}
.aggpara{
	font-size: 1.15rem;
	font-weight: 500;
}
@media screen and (min-width: 500px){
	.agglist{
		font-size: 1.05rem;
	}
	.aggtext h1{
		font-size: 2.2rem;
	}
	.map {
		height: 650px;
	}
}
@media screen and (min-width:576px){
	.agglist{
		font-size: 1.3rem;
	}
	.aggtext h1{
		font-size: 2.5rem;
	}
}
@media screen and (min-width:768px){
	.agglist{
		font-size: 1.3rem;
	}
	.aggtext h1{
		font-size: 2.9rem;
	}
}
@media screen and (min-width: 992px){
	.agglist{
		font-size: 1.5rem;
	}
	.aggtext h1{
		font-size: 3.2rem;
	}
}
@media screen and (min-width: 1200px){
	.agglist{
		font-size: 1.5rem;
	}
	.aggtext h1{
		font-size: 3.5rem;
	}
}