.logo-icon {
    height: 2em;
}

.hero-section .figure-holder {
    background: url(../images/macbook-frame.png) no-repeat right top;
    background-size: 720px auto;
    min-height: 600px;
}

@media (max-width: 1400px) {
    .hero-section .figure-holder {
        min-height: 520px;
        background-position: right 50px;
        background-size: 520px auto;
    }
}

@media (max-width: 992px) {
    .hero-section .figure-holder {
        min-height: 460px;
        background-position: right 0px;
        background-size: 360px auto;
    }
}

@media (max-width: 768px) {
    .hero-section .figure-holder {
        padding-bottom: 400px;
        background-position: center 400px;
        background-size: 300px auto;
    }
}

.as-input {
    border-color: #fff;
}