.collection-item {
    height: 100%;
}

.banner.product-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swal2-container.swal2-center.swal2-backdrop-show{
    z-index: 99999 !important;
}
.lightbox-modal .btn-close
{
    position: absolute;
    top: 46px;
    right: 43px;
    font-size: 1.2rem;
    z-index: 10;
    opacity: 1;
    filter: none;
    color: white;
}
#latest_category_post {
    text-align: center !important;
    line-height: normal;
    display: inline-block;
    background: black;
    padding: 6px 20px;
    max-width: 180px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-family: 'futuraheavy';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.invalid_user {
    padding: 17% 0;
    text-align: center;
    font-family: Times;
}

button#password_btn {
    padding: 7px 10px;
}