.industry-single-slide{
    background-size: cover;
    position: relative;
    background-color: #ddd;
    height: 970px;
    width: 100%;
    display: table;
}
.industry-single-slide-inner{
    display: table-cell;
    vertical-align: middle;
}
.industry-single-slide-inner h2{
    font-size: 60px;
    line-height: 1.3;
    color: #fff;
}
.industry-single-slide-inner p{
    font-size: 16px;
    color: #fff;
    margin: 0px 60px;
}
.industry-slide-overlay{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.industry-single-slide{
    height: 650px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.industry-single-slide{
    height: 650px;
}	
}
@media (min-width: 320px) and (max-width: 767px) {
	.industry-single-slide{
		height: 650px;
	}
    .industry-single-slide-inner h2 {
        font-size: 40px;
    }
    .industry-single-slide-inner p {
        margin:0px;
    }
}