#section-article .banner .background {
    min-height: 250px !important;
	object-position: 65% 25%;
	max-height: 400px !important;
}
#section-article .line-left-right {
	text-shadow: 0 0 10px rgba(0,0,0,0);
	overflow: hidden;
}

#section-article .line-left-right:before,
#section-article .line-left-right:after {
	background-color: rgb(1, 34, 101);
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 40%;
}

#section-article .line-left-right:before {
	right: 1em;
	margin-left: -50%;
}

#section-article .line-left-right:after {
	left: 1em;
	margin-right: -50%;
}

#section-article .custom-label small {
	background-color: rgb(1, 34, 101);
	border-radius: 20px;
	padding: 0 .5rem;
	margin: 0 .25rem;
	opacity: .75;
}

#section-article .banner .container h1 {
	font-size: 2.75rem;
	line-height: 3.25rem;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0, .5);
}

#section-article a.social-media-icon {
	opacity: .75;
}

#section-article a.social-media-icon:hover img {
	opacity: 1;
	-ms-transform: scale(1.15); /* IE 9 */
    -webkit-transform: scale(1.15); /* Safari 3-8 */
    transform: scale(1.15);
}

#section-article a.social-media-icon img {
	width: 32px;
	margin: .25rem;
	transition: all .1s ease-in-out;
}

@media (max-width: 575px) {
    #section-article .banner .container h1 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	#section-article a.social-media-icon img {
		width: 24px;
		margin: .1rem;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	#section-article .banner .container h1 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
 	#section-article .banner .container h1 {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
	#section-article .banner .container h1 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}  
@media (min-width: 1200px) {

}