div.homepageBannerContainer
{
    display: inline-block;
    width: 940px;
    height: 110px;
    padding: 5px;
    background-color: #353844;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
}

div.homepageBannerContainer div.homepageBannerItem
{
    display: none;
    position: relative;
}

div.homepageBannerContainer img.homepageBannerItem
{
    width: 930px;
    height: 100px;
    margin: 0 auto;
}

@media only screen and (max-width: 940px)
{
    div.homepageBannerContainer
    {
        width: 100%;
        height: auto;
    }

    div.homepageBannerContainer img.homepageBannerItem
    {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

div.homepageBannerContainer a.buttonLeft
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 110px;
    color: white;
    text-decoration: none;
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    padding: 0 5px;
}

div.homepageBannerContainer a.buttonRight
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 110px;
    color: white;
    text-decoration: none;
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    padding: 0 5px;
}

@media only screen and (max-width: 940px)
{
    div.homepageBannerContainer a.buttonLeft,
    div.homepageBannerContainer a.buttonRight
    {
        color: #1f2227;
    }
}

div.homepageBannerContainer a.buttonLeft:hover,
div.homepageBannerContainer a.buttonRight:hover
{
    background-color: rgba(0, 0, 0, 0.5);
}
