/* Mobile logo fix - prevents logo from being cut off on small screens */
.nav-mobile-header-container .flex-item-mid {
    min-width: 0;
    overflow: visible;
}

.nav-mobile-header-container .mobile-logo {
    overflow: visible;
    min-width: 0;
    max-width: 100%;
}

.nav-mobile-header-container .mobile-logo .logo {
    display: inline-block;
    max-width: 100%;
}

.nav-mobile-header-container .mobile-logo .logo img {
    max-width: 100% !important;
    max-height: 52px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
}

/* Product video dimension fix - prevents video from being cut off */
.product-video-preview {
    aspect-ratio: 16/9;
    height: auto !important;
    overflow: hidden;
}

.product-video-preview video,
.product-video-preview .plyr,
.product-video-preview .plyr__video-wrapper {
    width: 100% !important;
    height: 100% !important;
}

.product-video-preview video {
    object-fit: contain;
}

.product-video-preview #player {
    padding: 0 !important;
}

.modal-product-video .product-video-preview {
    aspect-ratio: 16/9;
    max-height: 80vh;
}

.modal-product-video .product-video-preview video {
    object-fit: contain;
}
