/* General style */
/* Main wrapper */
div#bestbuy-slider-wrapper {
    display: block;
    width: 100%;
/*    max-width: 1366px; */
    position: fixed;
    /*z-index: -1;*/
}

div#bestbuy-slider-wrapper .img-bg {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: static;
    height: 100%;
    width: 100%;
}

.nav-arrow {
    display: inline-block;
    width: 35px;
    height: 47px;
    position: absolute;
    top: 43%;
    background-color: #888;
    z-index: 51;
    cursor: pointer;
    background-image: url(../img/arrows.jpg);
    background-repeat: no-repeat;
}

#controller-right {
    right: 0;
}

#controller-left {
    left: 0;
    background-position: 0 -47px;
}

/* Removing extra mark up */
html body .arrowdown {
    display: none;
}

#test-div {
        display: inline-block;
        width: 100%;
        height: 30px;
        display:none;
    }  

@media (min-width: 1024px) {
    div#bestbuy-slider-wrapper {
        margin: 143px auto 0 auto;
    }
}

@media (min-width: 401px) and (max-width:1023px) {
    div#bestbuy-slider-wrapper {
        margin: 110px auto 0 auto;
    }
}

@media (max-width:400px)  {
    div#bestbuy-slider-wrapper {
        margin: 110px auto 0 auto;
    }
    .nav-arrow {
        display: none;
    } 
}

