@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

/* Styles */
	.sin-izq {
		padding-right: 0px !important;
	}

	.sin-der {
		padding-left: 0px !important;
	}

	.google-maps {
		position: relative;
		height: 100px;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.info > h3 {
		font-size: 20px;
	}
}