@media(max-width: 768px) {
	.font-smd {
		font-size: 1.25rem !important;
	}
	.font-md {
		font-size: 1.5rem !important;
	}
	.font-xl {
		font-size: 3rem !important;
	}
	.slick-prev, .slick-next {
		top: 75% !important;
	}
	.img-left { 
		position: unset !important;
		left: 0;
	}
	.img-right { 
		position: unset !important;
		right: 0;
	}
	.p-unset {
		position: unset !important;
	}
	.content-2015 {
		padding-top: 4rem !important;
	}	
	.content-2016 {
		padding: 4rem 10px !important;
	}
	.sec-3{
		margin-top: 6em;
	}
	.desk-3{
		margin-top: 2em;
	}
	.desk-3a{
		margin-top: 2em;
	}
}

.img-left {
	position: absolute; 
	left: 0;
	bottom: 0;
}

.img-right {
	position: absolute; 
	right: 0;
	bottom: 0;
}

.content-2015 {
	padding-top: 15rem;
}

.content-2016 {
	padding: 12rem 10px; 
	position: relative;
}

@media (min-width: 768px) {
	.desk-3{
		margin-top: 7em;
	}
	.desk-3a{
		margin-top: 15em;
	}
	.desk-3b{
		margin-top: 25em;
	}
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
	content: '\f054';
}
.slick-prev:before, .slick-next:before {
    font-family: fontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #69C9D8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #69C9D8;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #69C9D8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
