.bg-no-overlay {
    background: url("../images/placement.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 300px;
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
	.bg-no-overlay{height:110px;}
}