/* ATLANTICLANDSCAPECONSTRUCTION.COM /contact.css */

.col-group#connect {display: flex; justify-content: space-between; align-items: center; flex-direction: row; flex-wrap: nowrap; font-size: 1.125em;}
.col {padding-top: 1rem;}
.col-group .col-50 {flex-basis: 50%;}
.col-txt-lft{padding-right: 1.5rem;}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.col-group#connect {flex-direction: column; flex-wrap: wrap;}
.col-group .col-50 {flex-basis: 100% !important; width: 100% !important;}
.col-txt-lft {padding-right: 0;}
}
.gglmpwrap {margin: .5em auto 0; max-height: 400px; overflow: hidden; margin-bottom: 5px;}
.gglmp {overflow: hidden; padding-bottom: 56.25%; position: relative; height:0; border: 1px solid #ccc;}
.gglmp iframe {left:0; top:0; height:100%; width:100%; position:absolute; border-width: 0;}