.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px !important;
    height: 50px;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}
.dialog-widget{
	display:none !important;
}

.custom-prev,
.custom-next {
    display: none;
}
.portfolio-slider .slick-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.portfolio-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000;
    padding: 5px;
    box-sizing: border-box;
}

.portfolio-slider {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.portfolio-slide {
    text-align: center;
}

/* Set a fixed height for the inner container */
.slide-inner {
    box-sizing: border-box;
}

.portfolio-slide p {
    margin-top: 10px;
    font-size: 14px;
    color: #8e8d91;
}

@media (min-width: 991px) {
    .videotag {
        /*height: 75vh !important;*/
        height: calc(75vh - 100px) !important;
        width: 100% !important;
        overflow: hidden;
    }

    .portfolio-slider-wrapper {
        position: relative;
        width: 100%;
        margin: auto;
    }

    .custom-prev,
    .custom-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        font-size: 24px;
        padding: 10px;
        cursor: pointer;
    }

    .custom-prev { left: 10px; }
    .custom-next { right: 10px; }

    .portfolio-slider {
        display: block;
    }

    .slide-inner img {
        max-width: 100%;
        width: auto;
        /*height: 75vh !important;*/
        height: calc(75vh - 100px) !important;
        display: block;
    }
}
@media screen and (min-width: 1440px) {
	.overlay-icon {
		width: 140px !important;
	}
}
/*@media only screen and (min-width: 480px) and (max-width: 991px) and (orientation: landscape) {
    .videotag {
        height: 75vh !important;
        width: auto !important;
        overflow: hidden;
    }

    .portfolio-slider-wrapper {
        position: relative;
        width: 100%;
        margin: auto;
    }

    .custom-prev,
    .custom-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        font-size: 20px;
        padding: 8px;
        cursor: pointer;
    }

    .custom-prev { left: 8px; }
    .custom-next { right: 8px; }

    .slide-inner img {
        height: 75vh;
    }
} */
.video-slide-wrapper {
    position: relative;
    cursor: pointer;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
}

.play-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px 20px;
    pointer-events: none;
}

.responsive-video-wrapper {
    aspect-ratio: 16 / 9; /* Set your desired ratio here */
    width: 100%;
    height: auto;
    overflow: hidden;
}

.responsive-video-wrapper iframe,
.responsive-video-wrapper embed,
.responsive-video-wrapper object,
.responsive-video-wrapper video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
@media screen and (max-width: 767px) {
	.videotag {
	  width: 100% !important;
	  height: auto;
	  display: block;
		object-fit: cover !important;
	  max-width: 100% !important;
	}
}
