Contact Troy Giles Realty
Trusted South Padre Island Realtors
- 5813 Padre Blvd. South Padre Island, Texas 78597
- Monday through Friday 8 AM – 5 PM
- Saturday 9 AM – 1 PM
- Sunday: By Appointment Only
- Phone: (956) 761-2040
- Fax: (956) 761-6080
Contact Us Today!
[contact-form-7 id=”4″ title=”Contact form”]
h2.contactSubtitle {
display:block;
color:#95bcd6;
line-height:1;
margin-top:-25px;
font-size:2rem;
}
@meida (min-width:780px) {
font-size:3.2rem;
}
.map-container {
width: 100%;
margin: 50px 0 auto;
}
.map-container iframe{
width: 100%;
display: block;
pointer-events: none;
position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
pointer-events: auto;
}
$(‘.map-container’)
.click(function(){
$(this).find(‘iframe’).addClass(‘clicked’)})
.mouseleave(function(){
$(this).find(‘iframe’).removeClass(‘clicked’)});