.atlas-title-img-tiles-container {
	background: url(//www.atlasroofing.com/media/images/original/5178.png) center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 0
}

.underlayment-img-title {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.underlayment-img-title > .img-container {
	width: 40%;
	margin: 0;
	text-align: center;
}

.underlayment-img-title > .img-container > img {
	max-width: 100%;
	max-height: 700px;
}

.underlay-title-tiles {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.underlayment-subhead {
	font-size: 3em;
	text-align: center;
	margin: 0 0 20px 0;
	width: 100%;
	position: relative;
}

.underlayment-subhead > img {
	max-width: 100px;
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: -50px;
}

.underlayment-subhead > span {
	font-family: 'Work Sans',sans-serif;
}

.red-tiles-container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width:600px;
    min-width:600px;
}

.red-tiles-container .red-tile {
	width: calc(33% - 10px);
	display: inline-block;
	background-color: #c3112e;
	cursor: pointer;
}

.red-tile .img-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	background-color: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,3b3b3b+100,3b3b3b+100 */
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(244,244,244,1) 0%, rgba(59,59,59,1) 100%, rgba(59,59,59,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(244,244,244,1) 0%,rgba(59,59,59,1) 100%,rgba(59,59,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(244,244,244,1) 0%,rgba(59,59,59,1) 100%,rgba(59,59,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#3b3b3b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.red-tile .img-container > img {
	max-width: 100%;
	width: 100%;
	padding: 20px;
	max-height: 100%;
	object-fit: contain;
}

.red-section {
	text-align: center;
	color: white;
	font-size: 1.7em;
	height: 150px;
}

.red-section > h3 { 
	margin: 30px 0 10px 0;
}


.red-section > p {
	color: white;
	padding-bottom: 10px;
	width: 90%;
	margin: 0 auto;
	font-size: .9em;
}

.red-tile i.hr3-arrow {
	position: relative;
	right: 20px;
	top: 15px;
	margin: 0 0 0 0;
	width: 38px;
	height: 40px;
	font-size: 35px;
}



@media screen and (max-width: 1251px) and (min-width: 1101px) {
	.underlayment-subhead > img {
		left: -7%;
	}
}

@media only screen and (max-width: 1200px) {
	.red-section > p {
		font-size: .7em;
		width: 95%;
	}
	.red-section {
		height: 110px;
	}
}

@media screen and (min-width: 1101px) {
	.atlas-title-img-tiles-container {
		overflow: hidden;
	}
}

@media only screen and (max-width: 1100px) {
	.underlayment-img-title > .img-container {
		display: none;
	}
	.atlas-title-img-tiles-container {
		padding-bottom: 30px;
	}

	 .underlayment-subhead > img {
                left: -90px!important;
                top: -20px;
            }
       
}

@media only screen and (min-width: 768px) {

	 .underlayment-subhead > img {
	     left: -27px!important;
 	 }
 


            .underlayment-subhead {
                font-size: 2.5em;
            }
            	
}
 


@media only screen and (max-width: 950px) {
	.red-section > h3 {
		margin-top: 20px;
		font-size: .8em;
	}
}

@media screen and (min-width: 1101px) {
	.underlay-title-tiles {
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.red-tiles-container {
		flex-direction: column;
		align-items: center;
	}
	.red-tiles-container .red-tile {
		width: 100%;
		margin: 5% 0;
	}
	.atlas-title-img-tiles-container {
	    height: initial;
	    padding-bottom: 80px;
	}
	.underlayment-subhead {
		margin-top: 40px;
	}
	.underlayment-subhead {
		font-size: 1.9rem;
		width: 80%;
	}

.underlayment-subhead > img {
    left: -27px !important;
    top: -49px !important;
}
}


 
@media only screen and (max-width: 320px) {
.underlayment-subhead {
   font-size: 1.9rem;
    width: 80%;
}
.underlayment-subhead > img {
    left: -27px !important;
    top: -49px !important;
}

}

 
@media only screen and (max-width: 375px) {
.underlayment-subhead {
   font-size: 1.9rem;
    width: 80%;
}
.underlayment-subhead > img {
    left: -27px !important;
    top: -49px !important;
}

}
