.twocol2 {
    width: 100%;
    float: left;
}
.twocol2 h2 {
    font-size: 26px;
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #222222;
}
.twocol2 img {
    -webkit-box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 20px #999;
}
img.gallery_thumbnail {
    width: 100%;
    margin-top: 30px;
    min-height: 433px;
}
.galerry_images {
    margin: 0 -15px;
    padding-top: 30px;
    float: left;
}
.innr_gallery_images {
    width: 33.33%;
    padding: 15px;
    float: left;
}
.innr_gallery_images img {
    width: 100%;
    height: auto;
    min-height: 105px;
}
@media only screen and (max-width: 767px) 
{
	.innr_gallery_images {
		width: 100%;
	}
	img.gallery_thumbnail {
        min-height: auto;
    }
}
