@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

/*
 * Apply styles for video section.
*/
.field-sections .section-video {
  width: 65.80645%;
  margin-right: 2.58065%;
  float: left;
  margin-left: 17.09677%;
  margin-bottom: 140px; }
  @media (max-width: 1100px) {
    .field-sections .section-video {
      margin-bottom: 112px; } }
  @media (max-width: 800px) {
    .field-sections .section-video {
      margin-bottom: 84px; } }
  @media (max-width: 650px) {
    .field-sections .section-video {
      margin-bottom: 70px; } }
  @media (max-width: 500px) {
    .field-sections .section-video {
      margin-bottom: 63px; } }
  @media (max-width: 650px) {
    .field-sections .section-video {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

/*# sourceMappingURL=../../_maps/entity/section/section--video.css.map */
