@media (max-width: 577px) {
    video#office-blurry-video {
        height: 100vh;
    }

    .top-headings {
        font-size: 74%;
    }

    #main-menu > div > div > button {
        margin-top: 20px;
    }

    .section-description {
        margin: 0;
    }

    .sec-head-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    /* Carousel */
    #about > div.white-bg.about-us-section > div.container > div > div.col-md-8.col-sm-12.col-xs-12 > div {
        margin-bottom: 60px;
    }

    #we-do > div > div.sec-head-container > div > div {
        display: none;
    }

    .sec-head-container .sec-head-style {
        font-size: 70%;
        margin-top: 50px;
    }

    .we-do-section {
        padding-bottom: 0;
    }

    #about > div.white-bg.about-us-section > div.sec-head-container > div > h2 {
        margin-bottom: 20px;
    }

    #about > div.white-bg.about-us-section > div.sec-head-container > div {
        font-size: 80%;
    }

    .navbar-nav > li > a {
        padding: 10px 0;
    }

    #headernavigation {
        width: 100%;
    }

    .navbar-nav > li > a:hover:after {
        display: none;
    }

    body {
        overflow: auto;
    }

    #scroll-to-top {
        display: none !important;
    }

    #tecnike-logo {
        width: 128px;
    }

    .top-heading-1 {
        margin-bottom: 0;
    }

    .top-carousel-container .slide-nav.left,
    .top-carousel-container .slide-nav.right {
        display: none !important;
    }

    .top-carousel-container {
        padding-bottom: 40px;
    }

    #top-section > div {
        padding-top: 40px;
    }
}