.carousel-control-next,
.carousel-control-prev {
    border-radius: 50px;
    margin: 0px;
    width: 90px;
    height: 80%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {

    color: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 50px;
    border: 2px #fff solid;
}

.mv-x-button {
    text-align: center;
    margin-bottom: 0px;
    font-size: 21px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: bold;
}

.mv-x-button-out {
    cursor: pointer;
    height: 50px;
    min-width: 50px;
    background: #ffffff70;
    border-radius: 46px;
    margin-top: 5px;
    z-index: 5;
}


.matte-control {
    height: 89vh;
}

@media (min-width: 766px) {
    .matte-control {
        height: 100vh;
    }
}


.mv-pop-close {
    z-index: 12;
    padding: 6px 12.5px;
    position: fixed;
    width: 35px;
    height: 35px;
    margin-left: -15px;
    color: #ffffff;
    background: #000000;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
    display: none;
}



.medviewoutter {
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.car-cont {
    width: 100%;
    height: 100%;
    background-color: #141414;
    justify-content: center;
}

.mv-sidebar-out {
    display: flex;
    flex-direction: column;
    justify-content: space-start;
    /* padding: 0px 20px 30px 20px; */
    color: #777;
    width: 100%;
}










.media-count {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    color: white;
    background: #0000006c;
    padding: 4px 8px;
    border-radius: 6px;
}

.ui-tl-bg{
    background: #0000006c;
    font-size: 25px;
    padding: 7px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
}














  .fullscreen-img-ctn {
    overflow: hidden; 
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    cursor: pointer !important;
    background-size: cover !important;
    border-radius: 0 !important; /* Remove border radius for fullscreen effect */
    margin: 0 !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  
  
  /* Optional: If you want to make the image centered within the fullscreen container */
  .fullscreen-img-ctn .img-ctn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .fullscreen-content-enabled {
    width: 100vw; /* 100% of the viewport width */
    height: 100vh; /* 100% of the viewport height */
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000 !important;
}

.fullscreen-content-enabled-item {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.ux-media-container{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ux-background-container{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ux-media-object-image{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

.ux-media-object-video{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* object-fit: contain; */
}

.ux-thumbholder-container {
    background-color: #000000;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    scale: 102%; 
    transform: translate3d(0, 0, 0);
    position: relative;
    top: 0px;
    z-index: 0;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
.video-style-ux{
    position: relative !important;
    height: 100% !important;
    width: 100%;
}