/* fix small layout */
@media only screen and (max-width: 734px) {
    .chip-content .typography-site-stat-caption {
        margin-right: 100px;
    }
}

/* qa radar */
.modal-l2 .chip-l2-wrapper .subsection.subsection-4 {
    margin-top: 128px;
}
@media only screen and (max-width: 1068px) {
    .modal-l2 .chip-l2-wrapper .subsection.subsection-4 {
        margin-top: 140px;
    }
}
@media only screen and (max-width: 734px) {
    .modal-l2 .chip-l2-wrapper .subsection.subsection-4 {
        margin-top:86px
    }
}

@media only screen and (max-width: 734px) {
    .subsection-cameras .feature-feature3 {
        margin-top:18px!important
    }
}

.tout-explained {
    transform:translateX(-3px)
}
@media only screen and (max-width: 734px) {
    .tout-explained {
        transform:translateX(0px)
    }
}

/* 05/06 */
.section-welcome .welcome .welcome-text-content.gradient-text{
    -webkit-background-clip:text;
}

@media only screen and (max-width: 1068px) {
    #media-gallery-item-3 .caption {
        width: 328px;
    }
}