﻿body {
}

.bannerPhoto {
    position: relative;
    margin-bottom: -5px;
}

    .bannerPhoto img {
        width: 100%;
        height: auto;
    }

.bannerText {
    width: 60%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -0%)
}
