/* UI ICONS */
/* ICONS */
#images-sons {
  overflow: hidden; }

.stack-cinema-experience {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .stack-cinema-experience {
      position: initial;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding: 0; } }
  .stack-cinema-experience .stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .stack-cinema-experience__screen-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0.4% 0.5% 1.5% 0.5%; }
    .stack-cinema-experience__screen-content > * {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
  .stack-cinema-experience__mobile-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover; }
    @media (min-width: 768px) {
      .stack-cinema-experience__mobile-background {
        display: none; } }
  .stack-cinema-experience__tv {
    position: relative;
    width: 100%;
    margin-top: 30px; }
    .stack-cinema-experience__tv > img {
      width: 100%; }
    @media (min-width: 768px) {
      .stack-cinema-experience__tv {
        display: none; } }
  .stack-cinema-experience__screen-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .stack-cinema-experience__screen-content > img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      opacity: 0; }
  .stack-cinema-experience__options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .stack-cinema-experience__options {
        margin-top: 60px; } }
  .stack-cinema-experience__option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 33%;
    cursor: pointer; }
    .stack-cinema-experience__option:not(:first-child) {
      margin-left: 40px; }
    .stack-cinema-experience__option::after, .stack-cinema-experience__option::before {
      content: '';
      width: 100%;
      height: 3px;
      display: block;
      border-radius: 2px;
      background: #D2D2D2;
      margin-top: 20px;
      transition: all 0.3s ease-out; }
    .stack-cinema-experience__option::before {
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to right, #E2001A 0%, #871D81 100%);
      width: 0; }
    .stack-cinema-experience__option.current::before {
      width: 100%; }
    .stack-cinema-experience__option.current .stack-cinema-experience__option-icon-on {
      opacity: 1; }
  .stack-cinema-experience__option-icon {
    position: relative; }
  .stack-cinema-experience__option-icon-on {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-out; }
  .stack-cinema-experience__content {
    margin-top: 40px; }
  .stack-cinema-experience h3 {
    font-size: 19px;
    text-transform: initial; }
  .stack-cinema-experience h3 + p {
    margin-top: 10px;
    color: #444444; }
