{# /* // Video */ #}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-player-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  padding: 0;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
  border-radius: 80px;
  pointer-events: none;
}
.video-player-icon-small {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  font-size: 20px;
  line-height: 40px;
}
.video-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


{# /* //// Product detail */ #}

  .product-video-container {
    padding: 0;
 }

@media screen and (max-width: 768px){
.form-group.js-quantity.form-quantity {
    position: relative;
    z-index: 9999;
}
.head-main .logo-img-header {
    max-width: 78px !important;
    float: left;
}

.container-fluid  .align-items-center {
    padding-top: 20px;
}

section.section-banners-home .col-4, .mt_segunda_sessao_banners .col-6 {
    flex: initial !important;
    max-width: initial !important;
}
.textbanner-image {
    margin-left: 12px;
    margin-right: 12px;
    padding: initial;
    min-height: 220px;
}

.section-footer, .account-page, .section-informative-banners {
    margin-bottom: 20px;
}

}



.mt_segunda_sessao_banners .col-6 {}