
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 479px) {
	.int-header_title h2{
		font-size: 40px;
	}
	.text-gallery_int h3{
		text-align: left;
	}
}