@media only screen and (max-width : 1640px) {
	h2 {
		font-size: 67px; line-height: 78px;
	}
}

@media only screen and (max-width : 1300px) {
	h2 {
		font-size: 60px;
		line-height: 73px;
	}   
}

@media only screen and (max-width : 1150px) {
	h2 {
		font-size: 53px;
		line-height: 65px;
		margin-bottom: 12px;
	}
}

@media only screen and (max-width : 1050px) {
 h2 {
		font-size: 37px;
		line-height: 45px;
	}
}

 @media only screen and (max-width: 768px) {
    #aniimated-thumbnials a {
        width: 203px;
    }
}

@media only screen and (max-width : 620px) {	
	h2 {
    	font-size: 42px;
		line-height: 54px;
	}
}


@media only screen and (max-width : 620px) {
    form.default {
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
		margin-top: 15px;
	}
}

 @media only screen and (max-width: 450px) {
    #aniimated-thumbnials a {
        width: 100%
    }
}