/* NEW PRODUCTS PAGE */

#prodNFrameH {
	width: 1265px;
	height: 975px;
	margin: auto;
	overflow: hidden;
}

#prodNFrame {
	width: 1481px;
	height: 98.2%;
	padding-top: 25px;
	margin-top: -10px;
	margin-left: -220px;
}

.mobileProducts
{
	margin-left: 0px !important;
	width: 100% !important;
	height: 106% !important;
}

@media only screen and (max-width: 1800px) {
	#prodNFrameH {
		width: 100%;
	}
	
	#prodNFrame {
		width: calc(100% + 220px);
		padding-top: 8px;
		height: 98.8%;
	}
}

@media only screen and (max-width: 980px) {
	
	#prodNFrame {
		margin-top: -70px;
		height: 106%;
	}

	.dropdown-content {
		width: 100%;
    	position: static;
		padding: 0;
	}

	.dropLink {
		width: 100%;
    	height: 49px;
    	padding: 30px 0 0 7vw;
	}
}

@media only screen and (max-width: 780px) {
	
}