﻿@media all{
    .shop-item,
    .typeahead {
        background: inherit;
    }

    .nb-shop-header {
        background-image: url("images/IndexCarousel_Option0.jpg");
        background-size : cover;
        background-repeat : no-repeat;
        margin-top: -6px;
        position: relative;
    }

    .nb-shop-header-caption {
        position: absolute;
        left: 15%;
        right: 15%;
        bottom: 20px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px #000000;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    }
}

/* Custom, iPhone Retina */
@media (min-width: 320px) {
    .nb-shop-header {
        height: 224px;
    }
}

/* Extra Small Devices, Phones */
@media (min-width: 480px) {
    
}

/* Small Devices, Tablets */
@media (min-width: 768px) {
    
    .nb-shop-header {
        height: 224px;
        margin-top: -16px;
    }

    .nb-shop-header-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) {
    
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {

}