h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#product .price, #popup-quickview .price {
    align-self: center;
}

#logo img {
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
}

.btn-quickview {
    display: none;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    max-width: 980px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}