.lp-banner-cisco {
  background-color: #0f7ac9;
}

.lp-banner-cisco .full-width {
    object-fit: cover;
    display: unset;
    max-width: unset;
    background-color: #0f7ac9;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    left: 50%;
    right: 50%;
}

.lp-banner-cisco .hero-content {
    z-index: 2;
    color: #fff;
    padding-right: calc(1.5rem * 1);
    padding-left: calc(1.5rem * .5);
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 60px;
}

.lp-banner-cisco .hero-content .main-heading {
    margin: 0;
    font-size: calc(.641026vw + 33.6923px);
    font-weight: 700;
    line-height: calc(.641026vw + 37.6923px);
}

.lp-banner-cisco .hero-content .logo {
    margin-bottom: 3rem;
}

.lp-banner-cisco .hero-content .main-heading {
    margin-bottom: 1.5rem;
}

.lp-banner-cisco .position-relative .d-md-block {
    display: none;
}

.lp-banner-cisco .position-relative .d-md-none {
    display: block;
}

@media screen and (width < 768px) {
    .hero-content {
        padding: 0px 15px;
    }
}

@media screen and (width >= 768px) {
    .lp-banner-cisco .full-width {
        height: 415px;
    }

    .lp-banner-cisco .hero-content {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        top: 0;
    }

    .lp-banner-cisco .hero-content span.br-before:before, .lp-banner-cisco .hero-content span.br-after:after {
        content: "\a ";
        white-space: pre;
    }

    .lp-banner-cisco ~ .article {
        padding-top: 0;
    }

    .lp-banner-cisco .position-relative .d-md-block {
        display: block;
    }

    .lp-banner-cisco .position-relative .d-md-none {
        display: none;
    }
}

@media screen and (width >= 2000px) {
    .lp-banner-cisco .full-width {
        height: 500px;
    }
}



/* Style Container */
@media screen and (width >= 576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (width >= 768px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (width >= 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (width >= 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media screen and (width >= 1400px) {
    .container {
        max-width: 1320px;
    }
}
