/* Mobile */
@media screen and (max-width:767px) {
	#carouselExampleAutoplaying .carousel-item img {height:650px;}
	#carouselExampleAutoplaying .carousel-item img {height:650px; object-fit:cover;}
}
.carousel-item {
	position: relative;
	width: 100%;
	z-index: 1;
}
.carousel-item::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	content: "";
}
@media screen and (max-width:767px) {
.carousel-item::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	content: "";
	}
}
#carouselExampleAutoplaying .carousel-item .carousel-caption{
	z-index: 99;
}
#carouselExampleAutoplaying .carousel-item .carousel-caption h1{
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 32px;
}
#carouselExampleAutoplaying .carousel-item .carousel-caption .btn-dark{
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 16px;
	padding: 5px 25px;
	background-color:rgba(0,0,0,0.4);
	border-style: solid;
	border-color: #FDC91A;
	border-width: 1px;
	margin-right:10px;
	margin-left:10px;
	border-radius: 0px;
	margin-top: 20px;
}
#carouselExampleAutoplaying .carousel-item .kenburns-bottom-right {
	-webkit-animation: kenburns-bottom-right 5s ease-out both;
	        animation: kenburns-bottom-right 5s ease-out both;
}
@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
#carouselExampleAutoplaying .carousel-item h1 {
	-webkit-animation: h1 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: h1 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes h1 {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes h1 {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
