#DelimiterFloat {
    display: block;
}

.CJ .botao-comprar.principal.grande {
    background: #e0782e;
    align-items: center;
    line-height: 50px;
}

.CJ>p {
    margin: 20px 0;
    margin-bottom: 10px;
}
@media (max-width:728px) {
       .video-sobre {
             position: relative;
             padding-bottom: 56.25%; /* 16:9 */
             padding-top: 25px;
             height: 0;
         }

       .video-sobre iframe {
             Position: absolute;
             top: 0;
             left: 0;
             width: 100%;
             height: 100%;
        }
}