.show-in-browser {
    position: relative;
    /*overflow: hidden;*/
    width: 555px;
    height: 348px;
    border-radius: 5px;
}

.show-in-browser img:first-of-type {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.show-in-browser img:last-of-type {
    position: absolute;
    top: 34px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    width: 545px;
    height: 309px;
}
.show-in-browser:before, .show-in-browser:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.show-in-browser:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.overview {
    margin-bottom: 80px;
}
.overview-img {
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    padding: 5px;
    background-color: white;
    max-width: 330px;
    float: right;
    margin-right: 30px;
}

.down-icon{
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -48px;
    z-indeX: 100;
    border-radius: 100%;
    background-color: rgb(0, 179, 130);
}

.btn:focus{
    color: white;
}

.btn, .navbar-custom ul li a {
    font-family: 'Geomanist-Regular';
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    body {
        font-size: 1em;
    }
    .navbar-brand img{
        padding-top: 5px;
        max-width: 160px;
    }
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 1em;
    }
    .navbar-brand img{
        padding-top: 0px;
        max-width: 200px;
        padding-top: 20px;
    }
    .navbar-fixed-top {
       position: absolute !important;
    }

    .main .pricing-header {
        min-height: 250px;
    }

    .navbar-toggle {
        display: none;
    }

    .show-in-browser {
        width: 100%;
    }

    .show-in-browser:before,  .show-in-browser:after {
        display: none;
    }
    .show-in-browser img:first-of-type{
        display: none;
    }

    .show-in-browser img:last-of-type{
        position: relative;
        height: auto;
        width: auto;
    }
}

body {
    overflow: hidden;
}