.page-banner.programs {
    background-image: url(../images/programs-banner.jpg);
}
.page-banner.program {
    background-image: url(../images/program-banner.jpg);
}
.pro-links .box {
    max-width: 442px;
}
.pro-links a {
    display: inline-block;
}
.pro-links a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.pro-links .box {
	    margin: 0 0 25px 0;
	    padding: 0;
	    width: 100%;
	}
}