.ebu {
  color: #575756;
  font-size: 16px;
  line-height: 1.3;
}
.ebu h3 {
  color: #10218b;
  font-size: 28px;
}
@media only screen and (max-width: 959px) {
  .ebu .l-container {
    padding: 0 20px;
  }
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 7px;
  border-radius: 7px;
  height: 230px;
  left: 21px;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 220px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 7px inset transparent;
  position: absolute;
  z-index: 42;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -7px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: "Before";
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: "After";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 48px;
  width: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 0;
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 8px solid white;
  left: 50%;
  margin-left: -21px;
}
.twentytwenty-right-arrow {
  border-left: 8px solid white;
  right: 50%;
  margin-right: -21px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.ebu-hero-wrap {
  background-color: #161619;
  background-image: url("//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  min-height: 500px;
  padding-top: 70px !important;
}
.ebu-hero-wrap .para_product {
  font-size: 15px;
  font-weight: bold;
}
.ebu-hero-wrap .para_head {
  font-size: 46px;
}
.ebu-hero-wrap .gallery_container {
  bottom: 0;
  position: absolute;
  right: 110px;
}
.ebu-hero-wrap .gallery_container a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.ebu-hero-wrap .gallery_container a span {
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 10px;
}
.ebu-hero-wrap .gallery_container a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .ebu-hero-wrap .gallery_container {
    right: 30px;
  }
}
.page-nav li {
  width: 20%;
}
.page-nav .container {
  max-height: 85px;
}
.page-nav .anchor-info {
  line-height: 74px;
}
.page-nav .anchor-info h4 {
  font-size: 14px;
}
.page-nav .anchor-info,
.page-nav .product-info {
  min-height: 85px;
}
.page-nav.page-nav__product a {
  padding: 16px 0;
}
@media only screen and (max-width: 767px) {
  .page-nav .container {
    max-height: 88px;
  }
}
html[lang="fr"] .page-nav .container {
  max-height: 95px;
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  html[lang="fr"] .page-nav .container {
    max-height: 104px;
  }
}
.ebu_intro {
  margin: 70px 0;
}
.ebu_intro h3 {
  font-size: 29px;
  color: #101F8B;
  line-height: 34px;
  margin: 0;
  margin-bottom: 20px;
}
.ebu_intro p {
  margin: 0;
}
.ebu_intro p:not(:last-of-type) {
  margin-bottom: 50px;
}
.ebu_intro .ebu_intro_left {
  width: 50%;
  float: left;
  padding-right: 100px;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .ebu_intro .ebu_intro_left {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .ebu_intro .ebu_intro_left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
.ebu_intro .ebu_intro_right {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 14px;
}
@media only screen and (max-width: 599px) {
  .ebu_intro .ebu_intro_right {
    width: 100%;
    padding: 0;
  }
}
.ebu_intro .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .ebu_intro .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ebu_screen {
  position: relative;
  height: 640px;
  padding-top: 70px;
  padding-bottom: 130px;
  background-color: #dadad7;
  background-image: url("//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_screen_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 599px) {
  .ebu_screen {
    padding: 30px 0 85px;
    height: auto;
    background-position-y: bottom;
  }
}
.ebu_screen_image {
  position: relative;
  max-width: 790px;
}
.ebu_screen_image > img {
  width: 100%;
  position: absolute;
  transform: scale(0.3);
  transition-delay: 0.3s;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transform-origin: center center;
}
@media only screen and (max-width: 959px) {
  .ebu_screen_image > img {
    width: calc(100% - 40px);
  }
}
.ebu_screen_image > img.cheating-image {
  width: 100% !important;
  transform: scale(1) !important;
  position: relative !important;
  opacity: 0;
}
.is-full .ebu_screen_image > img {
  transform: scale(1);
}
.ebu_screen_overlay {
  position: absolute;
  width: 98%;
  height: 101%;
  top: 1%;
  left: 1%;
}
@media only screen and (max-width: 959px) {
  .ebu_screen_overlay {
    width: calc(99% - 40px);
    top: 3px;
    left: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .ebu_screen_overlay {
    display: none;
  }
}
.ebu_screen_text {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  opacity: 1;
  transform: translateY(-50%);
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 959px) {
  .ebu_screen_text {
    width: calc(100% - 40px);
  }
}
.screen_overlay_image {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
.screen_overlay_small {
  opacity: 1;
  transition-delay: 0.8s;
  width: 29%;
}
.screen_overlay_large {
  opacity: 0;
  transition-delay: 0s;
}
.is-full .screen_overlay_small {
  opacity: 0;
  transition-delay: 0s;
}
.is-full .screen_overlay_large {
  opacity: 1;
  transition-delay: 0.8s;
}
.ebu_screen_text-small {
  transition-delay: 0.8s;
}
.ebu_screen_text-large {
  opacity: 0;
  transition-delay: 0s;
}
.is-full .ebu_screen_text-small {
  opacity: 0;
  transition-delay: 0s;
}
.is-full .ebu_screen_text-large {
  opacity: 1;
  transition-delay: 0.8s;
}
/* .ebu_screen_text::before,
.ebu_screen_text::after {
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 0) 53% );
    content: "\25b2";
    font-size: 25px;
    line-height: 0.5;
    position: absolute;
    transform-origin: 0 0;
    transition-delay: inherit;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: inherit;
}

.ebu_screen_text::before {
    left: 0;
    top: 0;
}

.ebu_screen_text::after {
    bottom: 0;
    right: 0;
}

.ebu_screen_text-small::before,
.ebu_screen_text-small::after {
    height: 550%;
}

.ebu_screen_text-small::before {
    transform: rotate(-61deg) translate(700%, 197%);
}

.ebu_screen_text-small::after {
    transform: rotate(119.5deg) translate(1021%, 130%);
}

.ebu_screen_text-large::before,
.ebu_screen_text-large::after {
    height: 1950%;
}

.ebu_screen_text-large::before {
    transform: rotate(-61deg) translate(703%, -24%);
}

.ebu_screen_text-large::after {
    transform: rotate(119.5deg) translate(2015%, -80%);
} */
@media only screen and (max-width: 599px) {
  .popup.is-invisible {
    z-index: 0;
  }
}
.ebu_features h3 {
  margin-top: 60px;
}
.ebu_features .ebu_features_image {
  margin: 80px 0;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .ebu_features .ebu_features_image {
    display: none;
  }
}
.ebu_features ul {
  list-style-type: none;
  position: relative;
  margin: 30px 0;
  padding: 0;
  font-size: 13px;
  color: #2B2B2B;
  font-weight: bold;
  display: none;
}
.ebu_features ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-top: 90px;
  background-position: center 5px;
  background-repeat: no-repeat;
  text-align: center;
}
.ebu_features ul:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 599px) {
  .ebu_features ul {
    display: block;
  }
}
.ebu_feature-hdmi {
  background-image: url('//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_feature_hdmi.png');
}
.ebu_feature-brightness {
  background-image: url('//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_feature_brightness.png');
}
.ebu_feature-contrast {
  background-image: url('//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_feature_contrast.png');
}
.ebu_feature-wifi {
  background-image: url('//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_feature_wifi.png');
}
.ebu_feature-lamp {
  background-image: url('//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_feature_life.png');
}
.ebu_feature-wuxga {
  background-image: url('//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_feature_wuxga.png');
}
.ebu_sliderHolder {
  position: relative;
}
.ebu_sliderHolder > .l-container {
  align-items: center;
  display: flex;
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 30;
}
.ebu_slider {
  padding: 0;
  overflow: visible;
  z-index: 10;
}
.ebu_slider .background-one,
.ebu_slider .background-two {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 500px;
  position: absolute;
  width: 100%;
}
.ebu_slider .background-one {
  background-color: #46444f;
  background-image: url("//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_compare_dull.jpg");
}
.ebu_slider .background-two {
  background-color: #403d47;
  background-image: url("//neon.epson-europe.com/files/repo/2017/EB-U05/assets/images/eb_compare_bright.jpg");
}
.ebu_slider .twentytwenty-handle::before,
.ebu_slider .twentytwenty-handle::after {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.ebu_slider .twentytwenty-handle::before {
  bottom: 96%;
}
.ebu_slider .twentytwenty-handle::after {
  top: 88%;
}
.ebu_slider .twentytwenty-handle-insert {
  background-color: #FFF;
  border-radius: 1000px;
  cursor: pointer;
  height: 48px;
  position: absolute;
  width: 48px;
  z-index: 41;
}
.ebu_slider .twentytwenty-left-arrow {
  border-right-color: #10218b;
}
.ebu_slider .twentytwenty-right-arrow {
  border-left-color: #10218b;
}
.ebu_slider .twentytwenty-handle-sdr,
.ebu_slider .twentytwenty-handle-hdr {
  display: none;
}
.ebu_slider_copy {
  color: #FFF;
  text-shadow: 0 0 3px #000;
  width: 40%;
}
.ebu_slider_copy h3,
.ebu_slider_copy p {
  color: inherit;
}
@media only screen and (max-width: 599px) {
  .ebu_slider_copy {
    width: 100%;
  }
}
.ebu_life {
  position: relative;
  background-position: 100px center;
}
.ebu_life > .l-container {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  height: 620px;
  pointer-events: none;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .ebu_life > .l-container {
    height: auto;
    padding: 30px 20px;
  }
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ebu_life > .l-container {
    height: auto;
    padding: 80px 20px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .ebu_life > .l-container {
    height: auto;
    padding: 80px 20px;
  }
}
.ebu_life_copy {
  flex: 0 0 50%;
  padding-left: 40px;
  z-index: 2;
}
.ebu_life_copy h3 {
  margin-top: 0px;
  line-height: 1.25em;
}
@media only screen and (max-width: 599px) {
  .ebu_life_copy {
    flex: 0 0 100%;
    padding-left: 0px;
  }
}
.ebu_life_background {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.ebu_life_background img {
  position: absolute;
  left: 0px;
  top: 50%;
  width: auto;
  max-height: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
  .ebu_life_background {
    display: none;
  }
}
.ebu_quality {
  position: relative;
  background: #f1f4f7;
}
.ebu_quality > .l-container {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  height: 570px;
  position: relative;
  z-index: 30;
}
@media only screen and (max-width: 599px) {
  .ebu_quality > .l-container {
    height: auto;
    padding: 30px 20px;
  }
}
.ebu_quality_copy {
  flex: 0 0 40%;
  z-index: 20;
}
.ebu_quality_copy h3 {
  margin-top: 0px;
  line-height: 1.25em;
}
.ebu_quality_copy p {
  margin-bottom: 0px;
}
.ebu_quality_copy .btn {
  margin: 35px 0;
}
@media only screen and (max-width: 599px) {
  .ebu_quality_copy .btn {
    margin-right: 15%;
  }
}
@media only screen and (max-width: 599px) {
  .ebu_quality_copy {
    flex: 0 0 100%;
  }
}
.ebu_quality_background {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ebu_quality_background img {
  position: absolute;
  left: -9%;
  top: 0px;
  width: auto;
  height: 100%;
  max-width: none;
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ebu_quality_background {
    left: 30%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
  .ebu_quality_background {
    left: 30%;
  }
}
@media only screen and (max-width: 599px) {
  .ebu_quality_background {
    display: none;
  }
}
.ebu_connect .l-container.ie-override {
  display: block;
}
.ebu_connect .l-container,
.ebu_connect .ebu_connect_content {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 599px) {
  .ebu_connect .l-container,
  .ebu_connect .ebu_connect_content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .ebu_connect .l-container,
  .ebu_connect .ebu_connect_content {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .ebu_connect .l-container,
  .ebu_connect .ebu_connect_content {
    display: block;
  }
}
.ebu_connect_copy {
  flex: 0 0 100%;
  margin: 80px 0;
}
.ebu_connect_copy h3 {
  margin-top: 0px;
}
.ebu_connect_copy p {
  margin-bottom: 0px;
}
@media only screen and (max-width: 599px) {
  .ebu_connect_copy {
    margin: 30px 0;
  }
}
.ebu_connect_content {
  margin: 0 -15px;
}
.ebu_connect_content.ie-override {
  display: block;
}
.ebu_connect_content.ie-override .ebu_connect_feature {
  display: block;
  float: left;
  width: 50%;
}
.ebu_connect_content.ie-override .ebu_connect_feature.ebu_simplesetup {
  margin-top: -30px;
}
.ebu_connect_feature {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
@media only screen and (max-width: 599px) {
  .ebu_connect_feature {
    flex: 0 0 100%;
  }
  .ebu_connect_feature:first-of-type {
    margin-bottom: 30px;
  }
}
.ebu_connect_feature img {
  margin: 0 auto;
}
.ebu_connect_feature .feature_image-wrap {
  min-height: 420px;
  text-align: center;
}
.ebu_connect_feature .feature_image-wrap.img-left {
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .ebu_connect_feature .feature_image-wrap {
    min-height: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .ebu_connect_feature .feature_image-wrap {
    margin-bottom: 40px;
    min-height: 100%;
  }
}
.ebu_connect_feature .feature_content-wrap {
  flex-grow: 1;
}
.ebu_connect_feature .feature_content-wrap .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 599px) {
  .ebu_connect_feature .feature_content-wrap p {
    margin-bottom: 20px;
  }
}
.ebu_connect_feature .feature_note {
  width: auto;
  margin: 20px auto 0;
  font-size: 12px;
}
.ebu_connect_feature .keystone-animation {
  max-width: 320px;
  margin: 30px auto;
  perspective: 1000px;
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ebu_connect_feature .keystone-animation {
    margin-top: 20px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .ebu_connect_feature .keystone-animation {
    margin-top: 20px;
  }
}
.ebu_connect_feature .keystone-animation img {
  max-width: 100%;
  transition: transform 0.5s ease-in-out;
  transform: rotateY(-30deg);
  transform-origin: 0 50%;
  animation-name: keystone;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.ebu_connect_feature .keystone-animation::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 3px;
  left: -2px;
  right: -1px;
  border: 2px dashed red;
  transform: rotateY(-30deg);
  transform-origin: 0 50%;
}
.ebu_connect_feature .keystone-animation.is-flat > img {
  transform: rotateY(0deg);
}
@keyframes keystone {
  0% {
    transform: rotateY(-30deg);
  }
  40% {
    transform: rotateY(-30deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  90% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-30deg);
  }
}
.ebu_footnotes {
  margin-bottom: 45px;
  padding: 35px 0 65px;
  border-bottom: 1px solid #a9a9a9;
  clear: left;
  width: 100%;
}
.ebu_footnotes p.footnote {
  font-size: 12px;
  line-height: 22px;
  color: #575756;
  margin: 0 0 5px;
  font-weight: normal;
}
.ebu_footnotes p.footnote:last-of-type {
  margin-bottom: 0;
}
