
/* Video Wrapper */
.custom-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%; /* Adjust max width if needed */
    margin: auto; /* Center horizontally */
    cursor: pointer;
}

/* Maintain 16:9 Aspect Ratio */
.custom-video-container-beefeater {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    display: block; /* Ensure it's always visible */
}

/* Make the Vimeo Video Fill Its Container */
#custom-vimeo-video-beefeater {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none; /* Hide until clicked */
}

/* Thumbnail (Covers Entire Container) */
#custom-video-thumbnail-beefeater {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* Beefeater */

/* Video Wrapper */
.custom-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%; /* Adjust max width if needed */
    margin: auto; /* Center horizontally */
    cursor: pointer;
}

/* Maintain 16:9 Aspect Ratio */
.custom-video-container-beefeater {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    display: block; /* Ensure it's always visible */
}

/* Make the Vimeo Video Fill Its Container */
#custom-vimeo-video-beefeater {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none; /* Hide until clicked */
}

/* Thumbnail (Covers Entire Container) */
#custom-video-thumbnail-beefeater {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Beefeater */

/* GH Mumm */

/* Video Wrapper */
.custom-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%; /* Adjust max width if needed */
    margin: auto; /* Center horizontally */
    cursor: pointer;
}

/* Maintain 16:9 Aspect Ratio */
.custom-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    display: block; /* Ensure it's always visible */
}

/* Make the Vimeo Video Fill Its Container */
#custom1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none; /* Hide until clicked */
}

/* Thumbnail (Covers Entire Container) */
#custom1-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* GH Mumm */


/* Cloud on */

/* Portfolio Container */
.nk-box {
    padding: 40px 0;
}

/* Thumbnail Wrapper */
.video-thumbnail {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
}

/* Thumbnail Image */
.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    display: none;
}

/* Vimeo Video */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Cloud on */
