/************* XL LAYOUT FOR BIG SCREENS *****************************************************************************/
/**********************************************************************************************************************/
@media only screen and (min-width : 1700px) {

html, body {font-size: 115%;}
/* main {width: 65%;} */
.mainFooter {width: 600px; height: 176px;}


/******** GOOGLE MAPS ******/

.googleMaps, .googleMaps iframe{height: 800px;}
/*
.googleMaps{width: 161%; height: 800px; top: -60px; bottom: -60px; margin-bottom: -235px; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden;}
.googleMask{width: 100%; height: 100%; position: relative; transform: rotate(-6deg)  scale(1.05); transform-origin: top right; border-radius: 170px 120px 0 0 / 123px 0 0 0; overflow: hidden;}
.googleMaps iframe{width: 100%; height: 100%; transform: rotate(6deg) scale(0.95); transform-origin: top right;}
.googleOverlay{position: absolute; width: 100%; height: 100%; text-align: center; top: 0; background: rgba(0,0,0,0.4); opacity: 0; transition: opacity .5s; cursor: pointer;}
.googleOverlay span{transform: rotate(6deg) translateY(-50%); display: block; position: relative; top: 25%; color: white;}
*/

}