.col_banner_contact,
.col_banner_classes {
    height: 320px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.img_banner_contact, 
.img_banner_classes {
    /*background: url(../images/gallery/12.png) center no-repeat;*/
    width: 100%;
    height: 320px;
}
.img_shadow {
    position: absolute;
    width: 100%;
    height: 320px;
    background-color: rgba(0,0,0,0.7);
    top: 0;
}
.gallery_caption {
    position: absolute;
    top: 60px;
    left: 70px;
    width: 70%;
}
.page_contact_heading {
    color: #fff;
    font-size: 31pt;
}
.page_text_caption,
.gallery_caption p {
    color: #fff;
    font-size: 20px;
    font-family: 'Archivo';
    font-style: normal; 
}

@media (max-width: 1199px) and (min-width: 992px){
	.page_contact_heading {
	   font-size: 28pt;
	}
	.page_text_caption,
    .gallery_caption p {
       font-size: 18px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.page_contact_heading {
       font-size: 24pt;
	}
	.page_text_caption,
    .gallery_caption p {
       font-size: 16px;
	}
}
@media (max-width: 767px){
	.page_contact_heading {
       font-size: 20pt;
	}
	.page_text_caption,
    .gallery_caption p {
       font-size: 14px;
	}
}