@charset "utf-8";
@media screen and (min-width: 768px) {
[data-id="1275435"] .ngc-1-in-a-row .container-fluid {
    background-size: contain;
    position: relative;
}	
[data-id="1275435"] h3.heading{
    position: absolute;
    color: #ffffff;
    text-shadow: 0px 0px 10px #666;
    top: 50%;
    left: 5%;
    width: 90%;
	letter-spacing: 4px;
	text-align: center;  
    font-weight: normal !important;
	font-size: 4vw;
} 
}

@media screen and (min-width: 1199px){
[data-id="1275435"] h3.heading{
    font-size: 2.8vw; 
} 
}
@media (min-width: 768px) and (max-width: 991px){
[data-id="1275435"] .ngc-1-in-a-row .container-fluid {
    background-size: cover;
}
}
@media screen and (max-width: 767px){
[data-id="1275435"] .container-fluid {
	position: inherit;
	color: auto;
	top:inherit;
	left:inherit;
	text-align: inherit;
	letter-spacing:inherit;
	font-weight: inherit;
    width: 100%;	
    padding: 0 !important;
}
[data-id="1275435"] h3.heading {
    font-size: 4vw;
    text-align: center;
}
}