@media (min-width: 1200px) {
    .container {
        width: 970px;
        max-width: 970px;
    }

    .dv-jumbotron h1 img {
        position: absolute;
        top: 14px;
        right: -80px;
        bottom: 0;
    }

    .dv-jumbotronArchive h1 img {
        position: absolute;
        top: 0;
        right: -150px;
        bottom: 0;
    }

    .dv-mainArchive::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #faf8ff;
        width: 95%;
        height: 92% !important;
        border-radius: 0 0 50px 0;
    }
}

@media (max-width: 768px) {
    #dv-profile {
        padding: 60px 0 160px;
    }

    .my-video-dimensions {
        width: 400px;
        height: 271px;
    }
}

@media (max-width: 500px) {
    .my-video-dimensions {
        width: 319px;
        height: 215px;
    }
}

@media (max-width: 660px) {
    .shot-container .shot-text {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .shot-container .shot-text .shot-arrow {
        display: none;
    }

    .shot-container .shot-img .shot-dots {
        width: 250px;
        top: -10%;
        left: -8%;
    }
}

@media (max-width: 575px) {
    .dv-usageBtn a:nth-of-type(2) {
        margin-left: 16px;
    }
}

@media (max-width: 500px) {
    .shot-container .shot-img .shot-dots {
        width: 200px;
        top: -15%;
        left: -8%;
    }
}

@media (min-width: 991px) {
    .dv-col {
        max-width: 4.333%;
    }

    .dv-testing>img {
        position: absolute;
        right: -50px;
    }

    .dv-header {
        padding-top: 35px;
    }

    .dv-navbar li a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        border-radius: 50rem;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        background-color: #1a005a;
    }

    .dv-navbar li a:hover::before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {
    .dv-header {
        padding-top: 30px;
    }

    .dv-register {
        margin-right: 16px;
        margin-top: 1.5rem !important;
    }

    #navbarSupportedContent {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #fff;
        z-index: 999;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.068);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.068);
        padding: 30px 0;
        border-radius: 0 0 5px 5px;
    }

    .all-started_title .highlite {
        right: 45.5%;
    }

    .customers-title .highlight {
        top: 30%;
        right: 9.8rem;
    }

    .dv-campaine .behind-scene .highlight {
        width: 142px;
        right: 38%;
    }

    .dv-converts .converts-text .highlight {
        top: 50%;
        right: 15.4rem;
    }
}

@media (max-width: 767px) {
    .dv-media img:nth-of-type(1) {
        margin: auto;
        left: 95px;
    }
}

@media (min-width: 767px) and (max-width: 993px) {
    .dv-campaine h3, .dv-converts h3, .dv-starts h3 {
        font-size: 28px;
    }

    .dv-jumbotron h1::before {
        top: 32%;
    }

    .dv-jumbotron h1 {
        font-size: 32px;
    }

    .dv-starts h3::before {
        top: 18%;
        right: 219px;
        width: 83px;
    }

    .dv-campaine h3::before {
        width: 140px;
        top: 16%;
    }
}

@media (min-width: 768px) {
    .dv-indicators {
        margin-right: 180px;
    }

    .dv-media img:nth-of-type(2) {
        margin-left: 39px !important;
    }

    .dv-footer2 {
        margin-right: 37.9px;
    }
}

@media (max-width: 768px) {
    .dv-indicators {
        left: 0;
        top: 150px;
    }

    .dv-footer4 p {
        text-align: justify;
    }

    .dv-media p {
        margin-top: 40px;
    }

    .dv-jumbotron {
        margin-top: 50px;
    }

    .dv-campaine, .dv-converts, .dv-starts {
        margin-top: 30px;
    }

    .dv-author {
        margin-top: 25px;
    }

    .dv-createLandin {
        margin-bottom: 40px;
    }

    .dv-testing span {
        margin-top: 70px;
        margin-bottom: 43px;
    }

    .dv-samples {
        margin-bottom: 50px;
    }

    .dv-footer2 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .dv-footer3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .dv-copyRight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .dv-social {
        margin: 6.5px 0;
    }

    .dv-labraCard {
        margin-bottom: 30px;
    }

    .dv-campaine p, .dv-converts p, .dv-starts p {
        font-size: 14px;
    }

    .all-started_title .highlite {
        right: 11.5rem;
    }

    .how-to__create .highlight {
        top: 30%;
        right: -10px;
    }

    .dv-campaine .behind-scene .highlight {
        width: 148px;
        top: 28%;
        right: 8.1rem;
    }

    .dv-converts .converts-text .highlight {
        top: 50%;
        right: 10.2rem;
    }
}

@media (max-width: 567px) {
    .dv-contact2 a {
        margin-right: 30px;
    }

    .dv-media p::before {
        right: -19px;
    }

    .dv-contact1 {
        margin-bottom: 1rem;
    }

    .shot-container .shot-text .shot-title .highlight {
        top: 28%;
        left: 48%;
    }
}

@media (max-width: 513px) {
    .main-title .effect {
        width: 146px;
        top: 60%;
    }

    .dv-converts .converts-text .highlight {
        top: 50%;
        right: 15.4rem;
    }
}

@media (max-width: 461px) {
    .dv-jumbotron h1 {
        font-size: 30px;
    }

    .dv-jumbotron>p {
        margin-bottom: 17px !important;
    }

    .dv-usageBtn {
        margin-top: 25px;
        margin-right: 23px;
    }

    .dv-starts h3::before {
        top: 18%;
        right: 191px;
        width: 135px;
    }

    .dv-campaine h3::before {
        width: 159px;
    }

    .dv-converts h2 {
        font-size: 28px;
    }

    #dv-createLandin h3 {
        font-size: 25px;
        line-height: 1.5;
    }

    #dv-createLandin h3::before {
        top: 24%;
        width: 143px;
    }

    .dv-register a {
        font-size: 13px;
    }

    .all-started_title .highlite {
        right: 11.5rem;
    }

    .dv-campaine .behind-scene .highlight {
        width: 148px;
        top: 28%;
        right: 8.1rem;
    }

    .dv-converts .converts-text .highlight {
        top: 50%;
        right: 13.8rem;
    }

    .how-to__create .highlight {
        top: 24%;
        right: 14px;
        width: 200px;
    }
}

@media (max-width: 426px) {    
    .dv-campaine .behind-scene .highlight {
        width: 148px;
        top: 18%;
        right: 8.1rem;
    }
}

@media (max-width: 402px) {
    .dv-jumbotron h1::before {
        width: 130px;
    }

    .span-look_like {
        font-size: 18px !important;
    }

    #dv-starts {
        margin-top: 80px;
    }

    .dv-converts h2 {
        font-size: 31px;
    }

    .dv-converts h2::before {
        top: 49%;
        right: 142px;
    }

    @-moz-document url-prefix() {
        .dv-converts h2::before {
            top: 74% !important;
            right: 56px !important;
        }

        .dv-campaine h3::before {
            right: 101px;
        }

        .dv-starts h3::before {
            right: 155px;
        }
    }

    .dv-jumbotron h1, .dv-jumbotron h1 span.highlight, .dv-jumbotronArchive h1, .dv-jumbotronArchive h1 span {
        font-size: 30px;
    }

    .main-title .effect {
        width: 146px;
        top: 30%;
    }

    .dv-converts .converts-text .highlight {
        width: 90px;
        right: 12.8rem;
    }

    .how-to__create .highlight {
        top: 24%;
        right: 46px;
        width: 134px;
    }
}

@media (max-width: 399px) {
    .dv-jumbotron h1::before {
        top: 19%;
    }

    .dv-starts h3::before {
        top: 18%;
        width: 83px;
        right: 180px;
    }

    .dv-campaine h3::before {
        width: 110px;
        top: 15%;
        right: 130px;
    }

    #dv-createLandin h3::before {
        width: 94px;
    }

    .dv-campaine h3, .dv-converts h2, .dv-starts h3 {
        font-size: 26px !important;
    }

    .dv-social a img {
        width: 15px;
    }

    .dv-footer2 {
        margin-bottom: 15px;
    }

    .all-started_title .highlite {
        width: 72px;
        right: 9.7rem;
    }

    .customers-title .highlight {
        top: 50%;
        right: -18%;
    }

    .dv-campaine .behind-scene .highlight {
        width: 128px;
        top: 28%;
        right: 6.7rem;
    }
}

@media (max-width: 375px) {
    .dv-usageBtn {
        margin-right: 0;
    }

    .dv-campaine h3, .dv-starts h3 {
        font-size: 25px;
    }

    .dv-campaine h3 span.highlight, .dv-converts h2 span.highlight, .dv-starts h3 span.highlight {
        font-size: 27px;
    }

    .dv-campaine h3 {
        font-size: 27px;
    }

    .all-started_title .highlite {
        width: 72px;
        right: 9.7rem;
    }

    .dv-converts .converts-text .highlight {
        width: 85px;
        top: 85%;
        right: -0.2rem;
    }
}