.fullscreen-slider,
.fullscreen-slider__swiper {
    height: 100vh;
 
}
.fullscreen-slider__logo-img {
    display: block;
    margin: 5px auto;
    min-width: 565px;
    max-width: 565px;
    height: auto;
}
.fullscreen-slider__content {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    font-size: 25px;
    color: #fefefe;
    font-family: 'Arial Rounded MT', Sans-serif;
}
.fullscreen-slider__img {
    object-fit: cover;
    object-position: center;
}
/*@keyframes fade {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}

#icon {
  animation: fade 3s infinite;
} */

#mute-unmute-icon, #icon {
  position: absolute;
  bottom: 15vh;
  height: 60px;
  width: 60px;
}

.video-section {
  overflow-x:hidden;
}

#mute-unmute-icon {
  right: 50px;
}

#icon {
  left: 50%;
  transform: translateX(-50%);
}

#mute-unmute-icon img {
  width: 100px;
  height: 100px;
}


@media (max-width: 992px) {
    .fullscreen-slider__logo-img {
        width: 65vw;
        min-width: 0;
    }
    .fullscreen-slider__content {
        top: 46vw;
        padding: 0 20px;
    }
    .fullscreen-slider, .fullscreen-slider__swiper {
        height: 100.5vw;
    }
    .video-section {
      position: relative;
      width: 100%;
     /* height: 85vh !important; */
      overflow: hidden; 
	}
      #mute-unmute-icon, #icon {
      position: absolute;
      bottom: 15px;
      height: 60px;
      width: 60px;
	}
    #mute-unmute-icon {
      right:0;
      bottom:15px;
    } 
    #mute-unmute-icon img {
    width: 60px;
    height: 60px;
 	 }
    #icon img {
    width: 60px;
    height: 60px;
 	 }
}