.productioncolumn {
    margin: 20px;
}

@media (max-width: 989px) and (min-width: 540px) {
    .productioncolumn {
      	max-width: 500px;
    	margin-left: auto;
  		margin-right: auto;
    }
}

@media (max-width: 989px) {
	.nopad {
		padding: 0px;
	}
}
.demoimage {
	border-radius: 20px 20px 0px 0px;
}
.democolumn {
	margin: 20px;
    border-radius: 20px;
    border-color: #DBDBDB;
    border-style: solid;
    border-width: 0px; 
    box-shadow:  3px 4px 8px -2px #999999;
}
@media (max-width: 800px) {
	.democolumn {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
}
/* New Hero : Sep 21th 2020 */
@media (max-width: 990px) {
	.heroimg {
		display: visible;
	}
}
@media (min-width: 991px) {
	.heroimg {
		display: none;
	}
}
.heroh1 span, .heroh2 span, .heroh3 span {
	line-height: 1 !important;
}
@media (max-width: 1270px) {
.heroh1 span {
	font-size: 58px !important;
}
.heroh2 span {
	font-size: 38px !important;
}
.heroh3 span {
	font-size: 24px !important;
}
}
@media (max-width: 1100px) {
.heroh1 span {
	font-size: 48px !important;
}
.heroh2 span {
	font-size: 34px !important;
}
}
@media (max-width: 484px) {
.heroh1  span {
	font-size: 40px !important;
}
.heroh2  span {
	font-size: 30px !important;
}
.heroh3  span {
	font-size: 18px !important;
}
}