body {
	color: #000000;background-color: white;
line-height : 150% ;
margin:0px; padding:0px
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

BODY, TD, TH { font-size: 15pt; color: white;}
A { text-decoration: none; } 
A:link { color: pink} 
A:visited { color: pink} 
A:hover { color: white} 
A:active { color: hotpink}
h1 { font-size: 16pt }
h2 { font-size: 16pt }
h3 { font-size: 16pt }
h4 { font-size: 16pt }

p.line {
   border-bottom: 1px solid white;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



    .gc_wrapper {
      max-width: 800px; 
      min-width: 300px; 
      margin: 2.0833% auto;
    }
     
    .responsive-iframe-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .responsive-iframe-container iframe,   
    .responsive-iframe-container object,  
    .responsive-iframe-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
     
    @media (max-width: 600px) {
        .big-container {
            display: none;
        }
        .small-container {
           padding-bottom: 200%;   /* ?? */
        }
    }
    @media (min-width: 600px) {
        .small-container {
            display: none;
        }
    }

