.slide-box{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    height: 100%;
}

.slide-box a, .slide-box .picture__action{
    width: 100%;    
}

.slide-box .picture_label__slider{
    height: 575px;
}

.slider_image_mobile{
    display: none !important;
}

.picture_label__slider{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: 600;
    background-color: #eee;
    border: 2px dashed #aaa;
    cursor: pointer;
}
  
.picture_label__slider:hover{
    color: #555;
    background-color: #ccc;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}


@media screen and (max-width: 800px) {
      .slider_image_mobile{
        display: flex !important;
      }
    
      .slider_image_desktop{
        display: none !important;
      }
}
