@media only screen and (max-width: 1320px) {

    body {
        overflow-x: hidden;
        width: 100%;
    }

    .follow-us {
        display: none;
    }

    .chevron {
        display: none;
    }

    .settopbox, .services {
        text-align: center;
    }

    .settopbox > img, .services > img {
        max-width: 60% !important;
    }

    .services {
        padding-top: 150px !important;
    }

    .home-icons {
        width: inherit !important;
    }

    .black-banner {
        display: none;
    }

    footer {
        /*margin-top: 150px !important;*/
    }

    h1 {
        font-size: 50px !important;
    }

    #head .tagline {

        font-size: 30px;
    }

    .freesat-image, .freeview-image {
        margin: 95px 0 !important;
    }

    .sky-image {
        height: 100px;
        margin: 0 !important;
        padding-top: 30px;
    }

    .freeview-aerialsunset-image {
        margin: 0 5px !important;
        padding-bottom: 50px;
    }

    .freeview-image-container, .image-container {
        text-align: center;
    }

    .freeview-brokenaerial {
        margin: 0 5px !important;
    }

    .services-icon-white {
        margin: 0 !important;
        max-width: 90% !important;
        padding-top: 50px;
    }

    .digital-banner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .digital-findoutmore {
        padding-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .digital-findoutmore > a {
        margin-bottom: 10px;
    }

    img {
        max-width: 100% !important;
    }

    .freeview-section-3 {
        margin-bottom: unset !important;
    }

    .dishonwall {
        margin: 0 0 30px 0 !important;
        padding-top: 30px;
        max-width: 90% !important;
    }

    .watchingtv {
        margin: 0 !important;
    }

    .installation-aerial {
        margin: 0 !important;
    }

    .installation-dish {
        margin: 0 0 30px 0 !important;
    }

    .repairs-image {
        margin: 0 !important;
    }

    .multiroom-image {
        margin: 0 0 30px 0 !important;
        max-width: 90% !important;
    }

    .removal-image {
        margin: 0 !important;
    }

    .contact-button {
        padding: 10px 0;
    }

    .item-1,
    .item-2,
    .item-3 {
        font-size: 24px;
    }

    .black-banner {
        height: 120px;
    }
    .navbar-toggle {
        background-color: #333;
    }

    #head {
        height:100px;
        min-height: 670px;
        padding-top:160px;
        background:#181015 url('../images/mobile-homepage.jpg') no-repeat;
    }
    #head .lead { font-size: 34px; }

    .navbar-toggle .icon-bar {
        height: 5px;
    }

    .abc-aerial-logo {
        width: 150px;
        height: 105px;
    }

    .navbar-inverse { min-height: 160px; }

    /*.navbar-collapse ul {
        text-align: center !important;
        width:100% !important;
        padding-bottom:10px !important;
    }
    .navbar-collapse ul .btn {
        max-width:50% !important;
        margin:0 auto !important;
    }*/

    .home-text {
        padding-top: 80px;
    }
    .services-text {
        padding-top: 60px;
    }


    .settopbox {
        padding-bottom: 0;
        margin-bottom: -90px;
    }

    .services {
        padding-bottom: 0;
        margin-bottom: -60px;
    }

    .mobile-text-center, .simplenav {
        text-align: center;
    }

    .lead-container {
        margin-top: 70px;
    }

    #head .lead {
        margin-bottom: 20px;
    }


    #head.secondary {
        background: none;
    }

    .contact-height {
        height: 0px;
    }

    .btn-action {
        width: 190px;
    }

    .article-wrapper {
       display: table;
    }

    .article-image-div {
        display: table-footer-group;
    }

    .article-content-div {
        display: table-header-group;;
    }

}



