.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    position: relative;
    width: 33.3333%;
    padding: 10px;
}

.flex-item a[data-img='video']:before {
    content: url(../images/givenchy/gentleman/icon-cam.png);
    position: absolute;
    top: 20px;
    right: 20px;
}

.flex-item img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .flex-item {
        width: 100%;
        padding: 10px;
    }
}






#playerInstagram{
    max-width: 640px;
    max-height: 640px;

    position: absolute; /* postulat de départ */
    top: 50%; left: 50%; /* à 50%/50% du parent référent */
    transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}

.backblack{
    display: none;
    position: fixed;
    z-index: 56;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.ppstart{
    /*display: none !important;*/
    left:0 !important;
    top:0 !important;
    margin-left:0 !important;
    margin-bottom:0 !important;
    width: 100% !important;
    height:100% !important;

    opacity: 0;
}