.pt-10 {
    padding-top: 5rem !important;
}

.pb-10 {
    padding-bottom: 5rem !important;
}

.zoom-h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 2rem;

    /* margin-top: 5rem */
    line-height: 46px;
}

.kit-subtitle {
    font-style: italic;
    color: rgba(0, 0, 0, 0.41);
}

.zoom-h3 {
    font-size: 28px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.zoom-border {
    border: 1px solid #bebebe;
}

.feature-rounded {
    border-radius: 20px;
}

.zoom-feature {
}

.zoom-header-bg {
    background-image: url('assets/img/zoom-header-mobile.jpg');
    background-repeat: no-repeat;
    background-position: 0px -3rem;
    background-size: contain;
}

.zoom-header-text-box {
    padding-top: 8rem !important;
    padding-bottom: 5rem !important;
}

tr.active {
    background-color: #f7f5e4;
    font-weight: bold;
}

.vendors a,
.vendors a:visited {
    color: #2d8cd9;
    text-decoration: none !important;
    border-bottom: 2px dotted #2d8cd9;
    padding-bottom: 2px;
}

.vendors a:hover {
    color: #7fb7e4;
    border-color: #7fb7e4;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;

    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

// Small devices (landscape phones, 576px and up)@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .zoom-header-bg {
        background-image: url('assets/img/zoom-header-3.jpg');
        background-repeat: no-repeat;
        background-position: left-top;
        background-size: 45%;
    }

    .zoom-header-text-box {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    #zoom-header-text {
        display: inline-block !important;
    }

    .zoom-h2 {
        text-align: center;
        font-size: 55px;
        margin-bottom: 2rem;

        /* margin-top: 5rem */
        line-height: 75px;
    }
}

@media (min-width: 1400px) {
    .zoom-pricing-bg {
        background-image: url('assets/img/zoom-standing.jpg');
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
    }

    .zoom-pre-order-bg {
        background-image: url('assets/img/zoom-peeking-2.jpg');
        background-repeat: no-repeat;
        background-position: -200px 0px;
        background-size: contain;
    }
}