.c-layout-devices-carousel, .c-layout-devices-carousel--with-clouds {
  position: relative; }
  .c-layout-devices-carousel--with-clouds:before {
    content: '';
    position: absolute;
    top: -160px;
    right: 0;
    width: 506px;
    height: 401px;
    background-image: url("../images/cloud-top.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1199px) {
      .c-layout-devices-carousel--with-clouds:before {
        top: -115px;
        width: 324px;
        height: 256px; } }
    @media (max-width: 991px) {
      .c-layout-devices-carousel--with-clouds:before {
        display: none; } }
  .c-layout-devices-carousel--with-clouds:after {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 490px;
    height: 401px;
    background-image: url("../images/cloud-bottom.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
    @media (max-width: 1199px) {
      .c-layout-devices-carousel--with-clouds:after {
        bottom: -83px;
        width: 313px;
        height: 256px; } }
    @media (max-width: 991px) {
      .c-layout-devices-carousel--with-clouds:after {
        display: none; } }
  .c-layout-devices-carousel__carousel-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    display: none; }
    @media (max-width: 1199px) {
      .c-layout-devices-carousel__carousel-item {
        width: 25%; } }
    @media (max-width: 991px) {
      .c-layout-devices-carousel__carousel-item {
        width: 33.333333%; } }
    @media (max-width: 767px) {
      .c-layout-devices-carousel__carousel-item {
        width: 50%; } }
    @media (max-width: 575px) {
      .c-layout-devices-carousel__carousel-item {
        width: 50%; } }
    @media (min-width: 992px) {
      .c-layout-devices-carousel__carousel-item:nth-child(-n+4) {
        display: block; } }
    @media (min-width: 768px) {
      .c-layout-devices-carousel__carousel-item:nth-child(-n+3) {
        display: block; } }
    .c-layout-devices-carousel__carousel-item:nth-child(-n+2) {
      display: block; }
  .c-layout-devices-carousel__button-container {
    text-align: center;
    margin-top: 30px; }
  .c-layout-devices-carousel__button {
    background: transparent;
    border: 2px solid #bebebe;
    border-radius: 100px;
    color: #a4a4a4;
    font-size: 0.8125em;
    padding: 12px 20px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 260px;
    text-align: center; }
    .c-layout-devices-carousel__button:hover, .c-layout-devices-carousel__button:active, .c-layout-devices-carousel__button:focus {
      color: #a4a4a4; }
    @media (max-width: 1199px) {
      .c-layout-devices-carousel__button {
        font-size: 0.8125em; } }
    @media (max-width: 991px) {
      .c-layout-devices-carousel__button {
        font-size: 0.8125em; } }
    @media (max-width: 767px) {
      .c-layout-devices-carousel__button {
        font-size: 0.8125em; } }
    @media (max-width: 575px) {
      .c-layout-devices-carousel__button {
        font-size: 0.8125em; } }
    @media (max-width: 1199px) {
      .c-layout-devices-carousel__button {
        padding: 10px 20px; } }
  .c-layout-devices-carousel .c-device, .c-layout-devices-carousel--with-clouds .c-device {
    margin: 15px 0; }

/*# sourceMappingURL=layout_devices_carousel.css.map */
