#holidays {
    height: 85px;
    margin-top: -85px;
}

picture.header {
    width: 100%;
    position: relative;
    display: block;
    max-height: 100vh;
}

picture.header img {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
}
 
picture.header section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    font-size: 20px;
}

picture.header section p.title,
picture.header section h1 {
    font-weight: bold;
    color: #FFF;
    margin: 20px 0 0 0;
}

picture.header section p.title a,
picture.header section h1 a {
    text-decoration: none;
    color: #FFF;
}

picture.header.topoffer { height: 100vh; }
picture.header.topoffer.nav { height: calc(100vh - 50px); }

picture.header.topoffer img {
    height: 100%;
    object-fit: cover;
}

picture.header.topoffer p.title,
picture.header.topoffer h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #FFF;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    margin: 40px 10px 20px 10px;
}
 
picture.header .blue {
    background-color: rgba(255, 255, 255, .7);
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    margin: 10px;
}

picture.header .blue h3 {
	font-size: 22px;
    display: inline-block;
    margin: 5px 10px;
}

picture.header .blue .dates {
	font-size: 15px;
    background-image: url(../svg/calendar_blue.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    display: inline-block;
    padding: 0 10px 0 23px;
    margin-left: 20px;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
    line-height: 22px;
    color: #292254;
}

picture.header a.mgPlayVideo {
    display: inline-block;
    margin: 30px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    background-color: rgba(41, 34, 84, .5);
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    padding: 15px 25px 15px 50px;
    background-image: url(../svg/play.svg);
    background-repeat: no-repeat;
    background-position: 24px 19px;
    background-size: 16px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

picture.header a.mgPlayVideo:hover {
    background-color: rgba(255,255,255,0.5);
    color: #292254;
}

@media all and (max-width: 800px) {
    picture.header.topoffer p.title,
    picture.header.topoffer h1 { 
        font-size: 40px; 
        line-height: 50px;
    }
}

@media all and (min-width: 801px) {
    picture.header.topoffer p.title,
    picture.header.topoffer h1 { 
        font-size: 80px; 
        line-height: 100px;
    }
}