* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    background: #000;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
}

.cleaner {line-height:0; font-size:0; height:0; clear:both;} 

#main {
    max-width: 100%;
}

header {
    background-image: url('../img/header_2020.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    border: 1px solid #000;
}

#logo_div {
    position: relative;
    width: 30%;
    padding-bottom: 23%;
    height: 0;
    overflow: hidden;
    margin: 19% auto 0 auto;
}

#logo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid green; */
}

#concerts {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
}

#concerts table {
    margin: 0 auto;
    width: 70%;
    border-collapse:separate;
    border-spacing: 0 5px;
    font-size: 1.3em;
}

#concerts table td {
    padding: 5px;
}

#concerts table .odd {
    background-color: #181818;
}

#concerts table .date {
    width: 12%;
}

#concerts table .city {
    width: 20%;
}

#concerts table .info {
    width: 20%;
    background: #a0a0a0;
    font-weight: bold;
}

#concerts table .date, #concerts table .city {
    font-weight: bold;
}

#concerts table .info a {
    padding: 5px;
    color: #000;
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 10px;
}

#concerts table .info:hover  {
    background: #fff;
}

#youtube {
    margin-top: 70px;
    float: left;
    width: 100%;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
    padding: 50px 0 50px 0;
}

.iframe_container {
    position:relative;
    padding-bottom: 450px;
    padding-top: 10px; 
    width: 100%; 
    max-width: 820px; 
    padding-right: 0px;
    max-height: 430px; 
    overflow: auto;
    margin: 0 auto;
}
.iframe_container iframe, .iframe_container object, .iframe_container embed{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%; 
    max-width: 834px; 
    max-height: 480px;
    height: 100%;
    margin: 0px;
    padding: 20px;
}

#photo {
    float: left;
}

@media only screen and (max-width: 600px) {
    html { font-size: 70% !important; }
    header { background-image: url('../img/header_2020m.jpg'); background-size: contain; margin-bottom: 50px; }
    #concerts table { width: 90%; }
    #logo_div { width: 70%; padding-bottom: 50%; margin: 25% auto 0 auto; }

}
