.page-designer-reference .filmContent-container,
.page-designer-reference .filmContent-container-mobile {
    width: 100%;
    background-color: transparent;
    position: relative;
    height: auto;
}

.page-designer-reference .filmContent-bloc {    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.64;
    letter-spacing: 10.5px;
    color: white;
    display: block;
    flex-direction: column;
    min-height:320px;
    padding: 0;
    background-color: rgba(0,0,0,0.2);
}

.page-designer-reference .filmContent-bloc-mobile {
    display: block;
    min-height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-designer-reference .filmContent-bloc img,
.page-designer-reference .filmContent-bloc-mobile img {
    visibility: hidden;
    opacity: 0;
    height:auto;
}

.page-designer-reference .filmContent-bloc .btn-film-play,
.page-designer-reference .filmContent-bloc-mobile .btn-film-play {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: none;
    padding: 0;
    cursor: pointer;
    border: 3px solid white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;

}

.page-designer-reference .gr-icon-play-white .path2{
    font-size: 5.75rem;
}

.page-designer-reference .gr-icon-play-white .path2:before{
    margin-left: 0;
}

.filmContent-container.isBoxed .filmContent-bloc,
.filmContent-container-mobile.isBoxed .filmContent-bloc-mobile {
    max-width: 680px;
    max-height: 680px;
}

.experience-assets-GSA_Video.GSA_marginBottom{
    margin-bottom: 40px;
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .experience-assets-GSA_Video.GSA_marginBottom{
        margin-bottom: 50px;
        margin-top: 0;
    }
}