#todo-o-conteudo {
display: block;
}

div.wrapper div.content.content-center div.intro {
position: relative;
margin-top: 7em;
margin-bottom: 10em;
z-index: 3;
}


section div.full-screen div.full-screen-image {
    position: absolute;
    right: 0;
    /*top: 54px;*/
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

section div.full-screen#inicio-fotografo div.full-screen-image.landscape {
background-image: url('//images.impresa.pt/expresso/2020-07-14-joao-bernardino1.jpg-1/original');
}

section div.full-screen#inicio-fotografo div.full-screen-image.portait {
background: url('//images.impresa.pt/expresso/2020-07-15-joao-bernardino-fotografo-portrait.jpg/original');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

div.full-screen#inicio-fotografo div.module-centered h1,
div.full-screen#inicio-fotografo div.module-centered p {
color: #ececec;
}

div.full-screen#inicio-fotografo div.module-centered p,
div.full-screen#inicio-fotografo div.module-centered p a {
color: #ececec;
}

div.full-screen#inicio-fotografo div.module-centered h1.portrait-title {
display: none;
}

div.full-screen#inicio-fotografo div.module-centered h1.landscape-title {
display: block;
}

@media only screen and (max-width : 834px) {



div.full-screen#inicio-fotografo div.module-centered h1.portrait-title {
display: block;
}

div.full-screen#inicio-fotografo div.module-centered h1.landscape-title {
display: none;
}

}

div.wrapper div.content-center div.box.box-left, div.wrapper div.content-center div.box.box-right {
    margin-top: 0;
    margin-bottom: 1%;
    width: 50%;
    clear: both;
    padding: 0.5em 1em 1em 0;
    width: 41%;
    float: left;
    margin-left: 0%;
    margin-right: 4%;
}

.foto-perfil {
display: block;
}

