@import url('https://fonts.googleapis.com/css?family=Sunflower:300,500&display=swap');

    body {
        background-color: #dadada;
        margin: 0;
    }

    .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-size: cover;
      background-position: 40% top; 
      background-image: url('antony_polaroid_tero-ahonen.jpg');
    }

    div.left {
        position:absolute;
        top:0;
        width: 42%;
        height: 100%;
        max-height: 3345px;
    }

    div.tero {
        position:absolute;
        width: auto;
        text-align: right;
        right: 0;
        margin-right: 7px;
        margin-bottom: 3px;
        bottom: 0;
        font-family: 'Sunflower', sans-serif;
        font-weight: 300;
        font-size: 0.9em;
        color: white;
    }

    div.tero a {
        color: white;
        font-weight: 500;
        text-decoration: none;
    }

    div.tero a:hover {
        color: white;
        font-weight: 500;
        text-decoration: underline;
    }

    div.left-center {
        width: 44vw;
        height: 8vw;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -4vw 0 0 -22vw;
    }

    div.left-center-left {
        width: 20vw;
        height: 8vw;
        position: absolute;
        line-height: 8vw;
        text-align: right;
        font-family: 'Sunflower', sans-serif;
        font-weight: 500;
        font-size: 3.0vw;
        top: 0;
        left: 0vw;
    }

    div.left-center-center {
        width: 4vw;
        height: 8vw;
        position: absolute;
        top: 0;
        left: 20vw;
    }

    div.left-center-center img {
        width: 4vw;
        height: 8vw;
    }

    div.left-center-right {
        width: 20vw;
        height: 8vw;
        position: absolute;
        line-height: 8vw;
        text-align: left;
        font-family: 'Sunflower', sans-serif;
        font-size: 3.0vw;       
        font-weight: 500;
        top: 0;
        left: 24vw;
    }

    div.left-lower {
        position: absolute;
        width: 100%;
        top: 75%;
        left: 0%;
        text-align: center;
        font-family: 'Sunflower', sans-serif;
        font-size: 1.6vw;
        font-weight: 300;
    }

    /*
    @media(max-width:1200px){
    div.left-lower {
         font-size:2.2vw; !important;
    } 
    */