.jumbo {
    .opaciter {
        background: #1BA39C !important;

        @media screen and (max-width: 767px) {
        /*  height: 100vh; */
            overflow: hidden;
        }
    }
    .row {
        @media screen and (min-width: 768px) {
            max-height: 500px;
        }

        h1 {
            @media screen and (min-width: 992px) {
                padding-top: 60px;
            }
        }

        .cta {
            img {
                @media screen and (max-width: 991px) {
                    width: 48%;
                }
            }
        }
    }
    .device {
        @media screen and (max-width: 767px) {
            margin-top: 30px;
        }
        img {
            width: 85%;
            margin: 0 auto;
        }
    }
}

.jumbotron {
    @media screen and (max-width: 767px) {
        text-align: center;
    }
}

.small-iphone {
    height: 450px;
}
