/*
 *  box-hover-effect
 * -----------------------------------------------
*/

/* Individual effect = play button */
.box-hover-effect.play-button {
  &:hover .video-button {
    background: rgba($theme-color1, .90);
  }
}