.product-video-tabs {
  margin-top: 0px;
  margin-bottom: 10px;
}

.product-video-tabs .nav-tabs {
  margin-bottom: -2.8rem;
}

.product-video-tabs iframe {
  width: 100%;
  height: 480px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
 
}
.video-tab-icon {
  width: 24px;
  height: 16px;
  margin-right: 5px;
  object-fit: contain;
}


.product-video-tabs .tab-content {
    margin-left: -50vw;
    margin-right: -50vw;
    background: black;
}

/* Ajuste para dispositivos móviles */
@media screen and (max-width: 668px) {
    .product-video-tabs .tab-content {
        margin-left: 0;
        margin-right: 0;
    }
}