html,body{margin:0;padding:0;overflow:hidden;}
img{border:none;margin:0;padding:0;}
.branding-presentation{ width: 100%; height: 100%;     background: url(../images/elevator-bg.jpg)center top no-repeat;
    position: fixed;
    background-size: cover;}
.row-a{width: 400px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 183px;
}

.row-a img {width: 100%;    border-bottom: 1px solid #d3e1ca;
    padding-bottom: 10px;
}
.row-a p {font-size: 20px;
    font-weight: 300;
    padding-top: 10px;
    color: #ec2527;}

    @media only screen and (min-width: 240px) and (max-width: 560px) {
.row-a{width: 80%;}
.row-a p {font-size: 40px;}

}

