#homepage-banner-container{
    position: relative;
    text-align: center;
}

#homepage-banner-container img{
    max-width: 100%;
}

#homepage-banner-container h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: 'ntype82mono-regular', sans-serif;
    font-size: 2.4vw;
    color: #ffffff;
    text-shadow: 1px 1px 2px black;
}

#promotion-container h1 {
    width: 100%;
    font-family: 'ntype82-headline', sans-serif;
    color: #000000;
    margin: 1% 0 2% 0;
}

.banner-container{
    float: left;
    padding: 2% 3%;
    width: 48%;
    margin: 0 1%;
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.banner-container:hover{
    webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 25px rgba(0, 0, 0, .15);
    -webkit-transform: scale3d(1.015, 1.015, 1);
    transform: scale3d(1.015, 1.015, 1);
    z-index: 2;
}

.promotion-title h2,
.promotion-title p{
    width: 100%;
    margin: 0 0 2% 0;
}

.promotion-title h2 {
    margin: 2% 0!important;
    font-weight: 600;
    font-size: 1.4em;
    font-family: 'ntype82-headline', sans-serif;
}

.promotion-banner img{
    max-width: 100%;
}

#promotion-container h2,
#promotion-container p{
    margin: 0 1%;
    width: 100%;
    float: left;
}

