html, body{
        height:100%;
        width:100%;
        margin:0;
        padding:0;
    }
    .intro{
        height:100%;
        width:100%;

    }
    .intro-paysage {
        background-color:#020202;
        background-image:url('/typo3conf/ext/sp_publicityshop/Resources/Public/Images/full_paysage.jpg');
        background-repeat:no-repeat;
        background-size:contain;
        background-position: center;
    }

    .intro-portrait{
        background-color:#020202;
        background-image:url('/typo3conf/ext/sp_publicityshop/Resources/Public/Images/full_portrait.jpg');
        background-repeat:no-repeat;
        background-size:contain;
        background-position: center;
    }
    a, a:focus, a:hover{
     color:#FFF;
     text-decoration: none;
     font-family: dincond-regularregular,arial;
    }
    .info{
     color:#FFF;
     position: absolute;
     bottom:20px;
     width:100%;
     text-align: center;
     font-size: 20px;
    }
