.story-col {
  padding-top: 6px;
  padding-bottom: 6px;
}

.story-col:nth-child(odd) {
  padding-right: 6px; 
}

.story-col:nth-child(even) {
  padding-left: 6px; 
}

.row.g-0 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.play-icon {
  width: 15vw;     
  max-width: 120px;
  min-width: 50px;
  cursor: pointer;
}

.video-thumbnail {
    filter: brightness(1);
    transition: filter 0.3s;
}

.video-thumbnail:hover {
  filter: brightness(0.6);
  transition: filter 0.3s;
  cursor: pointer;
}

@media (max-width: 576px) {
  .story-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1281px) {
  .storyTitle {
    font-size: 54px;
  }

  .storyCaption {
    font-size: 24px;
  }
  
  #storyDetailsTitle {
    font-size: 48px;
  }

  #storyDetailsCaption {
    font-size: 20px;
  }

  #storyDetailsDescription {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .storyTitle {
    font-size: 48px;
  }

  .storyCaption {
    font-size: 20px;
  }

  #storyDetailsTitle {
    font-size: 40px;
  }

  #storyDetailsCaption {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .storyTitle {
    font-size: 40px;
  }

  .storyCaption {
    font-size: 16px;
  }

  #storyDetailsTitle {
    font-size: 36px;
  }

  #storyDetailsCaption {
    font-size: 16px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .storyTitle {
    font-size: 36px;
  }

  .storyCaption {
    font-size: 14px;
  }

  #storyDetailsDescription {
    font-size: 14px;
  }

  #storyDetailsTitle {
    font-size: 32px;
  }

  #storyDetailsCaption {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .storyTitle {
    font-size: 28px;
  }

  .storyCaption {
    font-size: 14px;
  }

  #storyDetailsDescription {
    font-size: 14px;
  }

  #storyDetailsTitle {
    font-size: 28px;
  }

  #storyDetailsCaption {
    font-size: 14px;
  }
}