/*
|-----------------------------------------------------------------------------------------------------------
| INTERIOR HEADERS
|-----------------------------------------------------------------------------------------------------------
*/

.header-slideshow-int {
	position:relative;
	display: block;
	width: 100%;
	border-bottom: 5px solid white;
}

.header-slideshow-int .slideshow-int-title {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/includes/public/assets/images/org-pattern.png");
	background-repeat: repeat;
	border-left: 5px solid white;
	border-top: 5px solid white;
	padding: 30px;
	color: white;
}

.header-slideshow-int .slideshow-int-title .title {
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}

.header-slideshow-int .slideshow-int-title > i {
	font-size: 32px;
	font-weight: bold;
}

.header-slideshow-int .imgcont,
.header-slideshow-int .imgcont img {
	width: 100%;
	height: 100%;
}

.header-slideshow-int .imgcont img {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.header-slideshow-int .slideshow-int-title {
		padding: 15px;
	}
}

@media only screen and (max-width: 641px) {
	.header-slideshow-int {
		margin-bottom: 0;
	}
	.header-slideshow-int .slideshow-int-title {
		position: relative;
		top: 100%;
		bottom: auto;
		width: 100%;
		border: 0;
		border-top: 5px solid white;
		border-bottom: px solid white;
		justify-content: flex-start;
	}
	.header-slideshow-int .slideshow-int-title .title {
		font-size: 16px;
	}
}
