@media (max-width: 1200px) {

	.smaller-text {
		font-size: 52px !important;
	}	
	.smaller-text2 {
		min-width: 484px !important;
	}

}

@media (max-width: 992px) {

	.smaller-text {
		font-size: 52px !important;
	}

	.smaller-text2 {
		min-width: 484px !important;
	}

	/**.tp-caption {
		display: none !important;
	}**/

	.footer-widget-area > .widget {
		padding-top: 20px;
	}

}