.picture_container {
    position: relative;
    text-align: center;
}
  
  /* Centered text */
.centered {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.border-custom {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width:960px) {
    .pc-custom {
        display: none;
    }
}

@media (min-width:960px) {
    .mobile-custom {
        display: none;
    }
}
