/*
 Theme Name:     myRRDBenefits.com
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         ROC Group
 Author URI:     https://www.rocgroup.com
 Template:       Divi
 Version:        2.0.1
*/


/*VIDEO POP OUT*/
@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.video-wrap {
  text-align: center;
}
.video iframe {
  max-width: 100%;
  max-height: 100%;
}
.video.stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(100%);
  width: 260px;
  height: 145px;
  animation: fade-in-up 0.25s ease forwards;
}


