@media(min-width: 1024px) {
section, slide {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important;
}

}
@media(min-width: 1200px) {
.flex-early-break .flex-content {
	width: 50% !important;
}

}

section {
	background-image: url('../images/bckgrd.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
img:hover {
	filter: none !important;
	opacity: 1 !important;
}
img {
	max-width: 100% !important;
}
h1, h3 {
	font-family: 'Bree Serif', serif;
	color: #0257A6;
	font-weight: 900;
}
.int-service-title {
	text-align: center;
	margin: 0 0 50px;
}
.int-service-title span {
	position: relative;
	color: #0257A6;
}
.asi_slash::after {
	background-image: url('../images/asi-slash.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -20px;
	height: 25px;
	content: '';
	width: 120%;
	left: -10%;
}
.gallery li {
	background-color: rgba(0,0,0,0) !important;
	box-shadow: none !important;
}
.flexblock li:hover {
	-webkit-transform: none !important;
	transform: none !important;
}
.flexblock.gallery li:hover {
	box-shadow: none !important;
}

@media(max-width: 768px) {
.flex-early-break {
	display: block;
}
.flex-early-break .flex-content {
	width: 100% !important;
}

}