main {
    margin-top: 0px;
}

.concerts-list-item {
    display: flex;
    flex-direction: row;

    width: 70%;

    padding: 15px;
    margin: 30px auto;

    background-color: #eee;
}

.pictures-lightbox-a {
    text-decoration: none;
    pointer-events: none;
    /*display: none;*/
}

.concerts-list-item-left {
    width: 50%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.concerts-list-item-left p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.concerts-list-item-left p:first-child {
    font-size: 50px;
}

.concerts-list-item-right {
    width: 50%;
    padding-left: 10px;
}

.concerts-list-item-right iframe {
    width: 100%;
    height: 250px;
}

.separator-block {
    width: 100%;
    background: url('../img/R.svg');
    background-repeat: repeat-x;
    padding: 15px;
    margin: 15px 0;
}

.separator-block p {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: white;

    font-size: 2em;

    text-align: center;
}

.backcolor-black {
    background-color: #1d1d1b;
}

.pictures-img-main {

}

.pictures-cat {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
}

.pictures-img {
    background-size: cover;
    background-position: center center;
    height: 600px;

    box-shadow: -13px 0px 26px -20px #333;
}

.pictures-portrait {
    width: 100%;
}

.pictures-landscape {
    width: 100%;
}

.picture-over-overlay {
    color: transparent;
    width: 100%;
    height: 100%;

    text-decoration: none;
    font-size: 7em;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: rgba(0, 0, 0, 0);

    transition: background-color ease 0.3s, color ease 0.3s;
}

.media-video-mobtab {
    width: 100%;
}

.text-blabla {
  text-align: center;
}

.audio-img-main {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.audio_media {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0;
}

.audio_media img {
  height: 60%;
  padding: 5px;
}

.audio_media p {
  text-align: center;
  margin: 10px 0;
}

@media only screen and (min-width: 450px) and (max-width: 910px) {
    .pictures-portrait {
        width: 50%;
    }

    .pictures-landscape {
        /*width: 50%;*/
    }

    .audio_media {
      flex-direction: row;
      margin: 0;
    }

    .pictures-img {
        height: 400px;
    }

}

@media only screen and (min-width: 910px) { /* DESKTOP */

    .pictures-portrait {
        width: 25%;
    }

    .pictures-landscape {
        width: 25%;
    }

    .picture-over-overlay:hover {

        color: white;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .pictures-lightbox-a {
        pointer-events: auto;
    }

    .audio_media {
        flex-direction: row;
        margin: 0;
    }

    .pictures-img {
        height: 400px;
    }

    .media-video-mobtab {
        width: 25%;
        height: 400px;
    }
}
