:root {
   --app-height: 100%;
}

.urm-video-library_story.story_video_library_1 .urm_navigation {
  z-index: 2;
}

.urm-video-library_story.story_video_library_1 {
  position: relative;
}

.urm-video-library_story.story_video_library_1 h2 {
  margin: 36px 0px;
  font-size: 33px;
  letter-spacing: 0.03px;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 h2 {
    font-size: 26px;
    margin: 21px 0px;
  }
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper {
  display: flex;
  overflow-x: scroll;
  padding-top: 70px;
	scroll-padding-left: 10px;
  scroll-behavior: smooth;
	scroll-snap-type: x proximity;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-library-wrapper {
    scroll-padding-left: 17px;
    scroll-snap-type: x mandatory;
    padding: 0px 10px 0px 17px;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.urm-video-library_story.story_video_library_1 .video-library-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.urm-video-library_story.story_video_library_1 .video-library-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video {
  margin: 0px 7px;
  min-width: calc(100%/6 - 14px);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 15px;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video {
    min-width: calc(75% - 10px);
  }
}

@media only screen and (min-width: 1960px) {
  .urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video {
    min-width: calc(100%/8 - 14px);
  }
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video:nth-child(even) {
  transform: translateY(-52px);
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video:nth-child(even) {
    transform: unset;
  }
}


.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video:hover img {
  transform: scale(1.03);
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video img {
  transition: transform 0.5s ease;
  width: 100%;
  aspect-ratio: 262/481;
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;z-index: 1;
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .player .icon {
  background: #fff;
  width: 50px;
  height: 50px;
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .video_text {
  position: absolute;
  bottom: 3%;
  left: 3%;z-index: 1;
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .video_text h5 {
    color: #fff;
    font-size: 18px;
    line-height: 0.5;
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .video_text .videoFooter__owner {
  display: flex;
  align-items: center;
}

.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .video_text .videoFooter__owner img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 4px;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .video_text .videoFooter__owner img {
    width: 30px;
    height: 30px;
  }
}


.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .video_text .videoFooter__owner h3 {
  font-size: 15px;
  line-height: 16px;
  margin: 0;
  color: #fff;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .video_text .videoFooter__owner h3 {
    font-size: 14px;
    line-height: 14px;
  }
}


.urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .video_text span {
    color: #fff;
    font-size: 14px;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-library-wrapper .single-video .video_text span {
    font-size: 12px;
  }
}

.urm-video-library_story.story_video_library_1 .video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

.urm-video-library_story.story_video_library_1 .video-player:after {
  content: "a";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos {
  position: relative;
  height: 750px;
  background-color: white;
  overflow: scroll;
  width: 100%;
  max-width: 432px;
  scroll-snap-type: y mandatory;
  border-radius: 20px;
}


@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-player .app__videos {
    border-radius: 0px;
  }
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos::-webkit-scrollbar {
  display: none;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-player .app__videos  {
    height: 100vh;
    height: -webkit-fill-available;
    height: var( --app-height);
    max-height: 750px;
  }
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content {
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
  scroll-snap-align: start;
}


.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .slide_message:after {
    content: "";
    position: absolute;
    top: calc(50% - 31px);
    left: calc(50% - 44px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
        width: 88px;
    height: 62px;
    -webkit-mask-image: url(https://muhiku.com/wp-content/uploads/shortcodes-assets/s1077752/slider_icon.svg);
    mask-image: url(https://muhiku.com/wp-content/uploads/shortcodes-assets/s1077752slider_icon.svg);
    animation: slidein 2s ease-in infinite;
    z-index:3;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .slide_message:before {
    content: "Yukarı doğru kaydırarak diğer videoları izleyebilirsiniz.";
    background-color:#06060699;
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    color: #fff;
    font-size: 18px;
    padding: 120% 0;
    z-index: 2;
}

@keyframes slidein {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(-100%);
  }
}


.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content video.video__player {
  width: 432px;
  margin: auto;
  z-index: 3;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content video.video__player {
    width: 100%;
  }
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  background: linear-gradient(1deg, #343434a8 0%, #ffffff00);
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer {
  align-items: center;
  display: flex;
  color: #fff;
  width: 100%;
  padding: 13px;
  position: relative;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer.active {
  background: #91919180;
  border-radius: 10px;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer i.icon.urm-vinyl {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  bottom: 6%;
  right: 4%;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer .videoFooter__text {
  width: 100%;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer .videoFooter__text h3 {
  color: #fff;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer .videoFooter__text .videoFooter__ticker {
  display: flex;
  align-items: center;
  max-width: 50%;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer .videoFooter__text .videoFooter__ticker .icon {
  width: 30px;
  height: 30px;
  background: #fff;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer .videoFooter__text .videoFooter__owner {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer .videoFooter__text .videoFooter__owner img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer .videoFooter__text .videoFooter__owner h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer .videoFooter__text .videoFooter__description {
  max-height: 39px;
  overflow: hidden;
  max-width: 80%;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 13px;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__footer .videoFooter__text .videoFooter__description.active {
  max-height: unset;

}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__sidebar {
      float: right;
    color: #fff;
    padding: 0px 18px;
    position: absolute;
    right: 0;
    bottom: 0%;
    z-index: 2;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__sidebar .video__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 18px 0px;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__sidebar .video__button .icon {
  height: 24px;
  width: 24px;
  background: #fff;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__sidebar .video__button.liked .icon.urm-heart {
  background: red;
  animation: 1.5s ease 0s normal beat
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .video__content .content__sidebar .video__button span {
  margin-top: 1px;
  font-size: 13px;
}

.urm-video-library_story.story_video_library_1 .video-player .app__videos .video-content .copy_message {
  position: absolute;
  bottom: 19%;
  left: 50%;
  transform: translate(-50%);
  background: #333;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  padding: 5px 25px;
  border-radius: 14px;
  white-space: nowrap;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-player .video__navigations {
    display: none;
  }
}

.urm-video-library_story.story_video_library_1 .video-player .video__navigations .icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background-color: #fff;
  z-index: 9;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.urm-video-library_story.story_video_library_1 .video-player .video__navigations .icon.disabled {
  background: #787878;
  cursor: not-allowed;
}

.urm-video-library_story.story_video_library_1 .video-player .video__navigations .icon.prev {
  left: calc(50% - 300px - 25px);
}

.urm-video-library_story.story_video_library_1 .video-player .video__navigations .icon.next {
  left: calc(50% + 300px - 25px);
}

.urm-video-library_story.story_video_library_1 .video-player .close__video_player.icon {
  position: absolute;
  top: 6%;
  right: 6%;
  background-color: #fff;
  z-index: 2;
  width: 30px;
  cursor: pointer;
  height: 30px;
}

@media only screen and (max-width: 780px) {
  .urm-video-library_story.story_video_library_1 .video-player .close__video_player.icon {
    top: 4%;
    right: 4%;
  }
}

@keyframes beat {
  0% { transform: scale(2, 2); }
  80% { transform: scale(1, 1); }
}


@media only screen and (max-width: 600px) {
  .urm-video-library_story.story_video_library_1 .listNavigation {
    position: absolute;
    top: 50%;
    transform: translate(0%, -40%);
    right: 0;
    background-color: white;
    z-index: 9;
    height: 100%;
    width: 25px;
    box-shadow: -4px -1px 10px 11px #ffffff;
    opacity: 0.8;
  }
}

.urm-video-library_story.story_video_library_1 .listNavigation i {
    position: absolute;
    top: calc(50% + 20px);
    left: -4%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .urm-video-library_story.story_video_library_1 .listNavigation i {
    top: calc(50% - 20px);
  }
}

.urm-video-library_story.story_video_library_1 .listNavigation i.videoLibraryNext {
    left: unset;
    right: -4%;
}

.urm-video-library_story.story_video_library_1 .listNavigation i.videoLibraryPrev {
   display: none;
}




