/* .viewer_3d, #post_items{
    display: flex;
    /*justify-content: center;
    flex-wrap: wrap;
}

.viewer_3d .gridView, #post_items .gridView{
    width: 220px;
display: block;
margin: 0 15px 15px;
}
*/
.viewer_3d .gridView .card_3d, #post_items .gridView .card_3d{
    display: table;
    position: relative;
    width: 100%;
    border-radius: 3px;
    background-color: #2d2d2d;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
}

.viewer_3d .gridView .card_3d img, #post_items .gridView .card_3d img{
    border-radius: 3px 3px 0 0;
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    background: none;
}
.whats_new-3dCarrousel .gridView  .card_3d{
    display: block;
}
.whats_new-3dCarrousel .gridView .card_3d img{
    width: 100%;
}
.whats_new-3dCarrousel .infos .name{
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
  }
.viewer_3d .gridView .card_3d a, #post_items .gridView .card_3d a{
    text-decoration: none;
    color: rgb(85, 85, 85);
}

.viewer_3d .gridView .card_3d .view_3d, #post_items .gridView .card_3d .view_3d{
    /*display: none;
    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.viewer_3d .gridView .card_3d .infos, #post_items .gridView .card_3d .infos{
    padding: 10px 15px;
    font: bold 16px/1em "Helvetica Neue",Helvetica,sans-serif;
    color: #ffffff;
    text-align: center;
}

.viewer_3d .gridView .card_3d .reel-preloader, #post_items .gridView .card_3d .reel-preloader{
    background-color: #ffcc33!important;
}
.viewer_3d .gridView .card_3d .icon, #post_items .gridView .card_3d .icon{
    position: absolute;
    top: 10px;
    right: 10px;
    pointer-events: none;
    z-index: 2;
}

.viewer_3d .gridView .card_3d .icon img, #post_items .gridView .card_3d .icon img{
    width: 20px;
    height: auto;
}

.card_3d.loaded .image_container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}