
.carrousel{
  height: auto;
  box-sizing: border-box;
  padding:3%;
  font-size: 1.2em;
}
.carousel-control-prev{
  left: -10%;
  position: absolute;
  float: left;
}
.carousel-control-next{
  float: right;
  position: absolute;
  right: -10%;
}
.icon{
font-size: 40px;
}
.desktop{
padding-top: 40px;
}
@media screen and (max-width: 580px) {
    .desktop{
        display: none;
    }
}

@media screen and (min-width: 580px) {
    .mobile{
        display: none;
    }
}