.w-promo {
    float: left;
    width: 100%;
}

.w-promo .w-inner {
    background-color: black;
    position: relative;
}

.w-promo .promo-image{
    float:left;
    width: 50%;
}

.w-promo .content {
    float: left;
    width: 50%;
    max-height: 100%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1.5625vw;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w-promo .headings {
    position: absolute;
    bottom: 50%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: white;
    left: 50%;
    padding-left: 1.5625vw;
    padding-bottom: 1.0625vw;
    z-index: 20;
}

.w-promo .headings .heading,
.w-promo .headings .subheading {
    font-size: 2.34375vw;
    line-height: 1.5625vw;
    color: white;
    text-transform: uppercase;
}

.w-promo .headings .heading {
    font-weight: 200;
}

.w-promo.swap .promo-image {
    float: right;
}

.w-promo.swap .new-badge,
.w-promo.swap .headings,
.w-promo.swap .content {
    left: 0px;
}

.w-promo .new-badge {
    display: none;
    width: 3.38541667vw;
    height: 3.38541667vw;
    border-radius: 50%;
    border-width: 1px;
    border-color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 3.38541667vw;
    color: white;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: 1.5625vw;
    margin-top: 1.5625vw;
    font-size: 1vw;
}

.w-promo.new .new-badge {
    display: block;
}

.w-promo .imageCount {
    text-transform: uppercase;
    display: block;
    padding: 2px 5px;
    line-height: 17px;
    margin-left: 30px;
    margin-bottom: 5px;
    font-size: 13px;
    position: relative;
}

.w-promo .highlight {
    font-weight: 900;
    color: black;
    background-color: white;
    float: left;
    padding: 2px 5px;
    line-height: 13px;
    margin-right: 5px;
}

.w-promo .imageCount::before {
    display: block;
    content: '';
    position: absolute;
    right: 100%;
    width: 24px;
    height: 20px;
    margin-right: 5px;
    background-image: url('/images/camera-white.png');
    top: -1px;
}

.instagram-items {
    background: black;
}

.instagram-image {
    float: left;
    width: 50%;
}

.instagram-image img {
    width: 100%;
}

.instagram-content {
    position: relative;
    float: left;
    width: 50%;
    max-height: 100%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1.5625vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.instagram-badge {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3.38541667vw;
    height: 3.38541667vw;
    border-radius: 50%;
    border-width: 1px;
    border-color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 3.38541667vw;
    color: white;
    border-style: solid;
    position: absolute;
    margin-left: 1.5625vw;
    margin-top: 1.5625vw;
    font-size: 1.7vw;
}

.instagram-badge a,
.instagram-badge a:visited,
.instagram-badge a:active,
.instagram-badge a:focus {
    color: white;
}

.instagram-stat a,
.instagram-stat a:visited,
.instagram-stat a:active,
.instagram-stat a:focus {
    color: red;
}

.instagram-stat a:hover {
    text-decoration: none;
}

.instagram-caption {
    float: left;
    width: 100%;
    padding-top: 14px;
    height: 100px;
    overflow: hidden;
}

.instagram-nav {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 20px;
}

.instagram-nav a,
.instagram-nav a:visited,
.instagram-nav a:active,
.instagram-nav a:focus {
    color: #9e9e9e;
}

.instagram-nav a:hover {
    color: white;
}

.instagram-nav-prev {
    margin-right: 5px;
}

@media screen and (max-width:550px){
    .w-promo .headings {
        bottom: auto;
        top: 10%;
    }
    .w-promo .content {
        top: 40%;
        font-size: 3vw;
        line-height: 4vw;
    }    
    .w-promo .imageCount .highlight {
        font-size: 3vw;
        line-height: 4vw;
        padding: 0px 5px;        
    }
    
    .w-promo .imageCount {
        font-size: 3vw;
        line-height: 4vw;
    }

    .instagram-badge {
        display: none;
    }

    .instagram-caption {
        display: none;
    }

    .instagram-content {
        top: 40%;
    }

    .instagram-stat {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
}