.frame {
    height: 90%;      /* equals max image height */
    width: 100%;
    border: none;
    
    text-align: center; margin: 1em 0;
}

.helper {
    /* display: inline-block; */
    height: 100%;
    vertical-align: middle;
}

img {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 300px;
    max-width: 300px;
}

.info {
    font-family: arial, sans-serif;
    font-size:20px;
    color:#666;
}
.fliess {
    font-family: arial, sans-serif;
    font-size:14px;
    color:#666;
}
.mylink {
    font-family: arial, sans-serif;
    font-size:20px;
}

.mylink a {
    text-decoration: none;
    color:#9BC67D;
}

a {
    text-decoration:underline;
    color:#666;
}

h1 {
    font-family: arial, sans-serif;
    font-size:20px;
    color:#666;
}

h3 {
   font-family: arial, sans-serif;
    font-size:14px;
    color:#666; 
}

#disclaimer {
    font-family: arial, sans-serif;
    font-size: 10px;
}