body{
    background: url('https://www.textplode.com/img/headerbgdark.jpg') #282828;
    background-size: cover;
    background-color: #282828;
}

.strap h1{
    font-size: 25px;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 30px;
    color: white;
}

h2{
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}
h2 a {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
}

.wrapper > .social{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0px;
}

.wrapper > .social img{
    width: 28px;
    height: 28px;
    margin-right: 5px;
    border: 0;
}

.wrapper{
    max-width:1000px;
    margin: 0 auto;
}

.wrapper > div{
    margin: inherit auto;
    padding: 0 20px;
}

.logo{
    margin-top: 25px;
    text-align: center;
}

.logo img{
    max-height: 150px;
}

.sites > div{
    list-style: none;
}

.sites .mejimedia{ line-height: 94px; }
.sites .hen-and-stag{ line-height: 97px; }
.sites .ads-on-the-move{ line-height: 86px; }
.moonlight-and-mistletoe{ line-height: 105px; }
.moonlight-and-mistletoe img{ max-width: 50%; }

.sites div a img{
    vertical-align: bottom;
}

.units-row{
    margin-bottom: 35px;
    margin-top: 40px;
}

.unit-25{
    margin-bottom: 0px;
}

img.award{
    float: right;
    margin-top: 35px;
}

@media (max-width: 767px){

    .wrapper{
        max-width: 400px;
    }

    .sites > div{
        padding: 0 40px;
        height: 111px;
    }

    .sites .ads-on-the-move{ line-height: 142px; }

    .sites div a img{
        margin-bottom: 50px;
    }

}

@media (max-width: 399px){

    .wrapper{
        max-width: 100%;
    }

    .sites > div{
        padding: 0 40px;
        height: auto;
    }

.sites .mejimedia{ line-height: 0px; }
.sites .hen-and-stag{ line-height: 0px; }
.sites .ads-on-the-move{ line-height: 0px; }
.sites .moonlight-and-mistletoe{ line-height: 0px; }

    .sites div a img{
        margin-bottom: 0px;
    }

}