/*iPad */

@media screen and (max-width: 1050px) {
	.section h2 {
		font-size: 55px !important;
	}
}

@media only screen and (max-device-width: 812px) {
	 a#logo_res img {
		 max-width: 180px;
	 }
	 
	 .erinyen .tp-thumb-title {
		 display: none !important;
	 }
 }