.brand-logo{
    padding: 30px !important;
}
.materialbox-caption{
    padding: 8px 15% !important;
}
.btn-compre-agora{
    border: 1px solid;
}
.bold-700{
    font-weight: 700;
}
.img-produtos{
    width: 200px;
}
.img-produtos-1{
    width: 187px !important;
}
.preco-produtos-antigo{
    text-decoration: line-through;
}
.preco-de-por{
    font-size: 1.2em;
}
h1{
    font-size: 3.0rem !important;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}
h3{
    font-size: 1.8rem !important;
}
.clear-both{
    clear: both;
}

.video-js {
  color: white;
}

/* Change the border of the big play button. */
.video-js .vjs-big-play-button {
    background-color: red;
    top: 45%;
    left: 45%;
}
.video-js .vjs-big-play-button{
    border: 0;
}

@media(max-width:768px){
    .video-js .vjs-big-play-button {
        background-color: red;
        top: 37%;
        left: 37%;
    }
}