.section.works_hero.cc-carefree {
  height: 88vh;
  max-height: 800px;
  background-image: linear-gradient(45deg, #000 15%, rgba(9, 10, 24, 0) 90%), url('../images/hero_0.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slides_wrapper.cc-carefree {
    background-image: url('../images/hero_0.jpg');
    background-position: 35% 60%;
    background-size: cover;
    background-attachment: fixed;
  }

  .section.works_hero.cc-carefree {
    height: auto;
    padding-top: 180px;
  }

  .slides_wrapper.cc-carefree {
    background-position: 65% 50%;
  }

  .works-image.cc-carefree {
    z-index: 0;
    background-image: url('../images/hero_0.jpg');
    background-position: 50% 50%;
  }


  .works-image.cc-newplayernewgame {
    z-index: 0;
    background-image: url('../images/hero_2.jpg');
    background-position: 50% 50%;
  }




  .mailNodeco{
    text-decoration: none;
    color: #ff4000 !important;
  }