
.plate-container{
  /*position: relative;*/
  /*wf-left;*/
  display:flex;
}
.plate-container.bg{
  /*wf-left;*/
  /* border: 1px solid #5d5d5d; */
  border:none !important;
}









/******************/

    .platePositioner{
      position: absolute;
      top: 0;
      left: 50%;
      transform:translate(-50%, 0);
      /*z-index:5;*/
      width: 100%;
      height:100%;
      max-width: var(--block60);
      /*overflow:hidden;*/
    }
    .moving-container{
      position:absolute;
      top:0;
      left:0;
      height:100%;
      width:100%;
      /*background:#000;*/
    }
    .moving-container.frame3 .slide{
    	height:100%;
    	width:100%;
    }
    .image-mask{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      z-index:1;
    }
    .slider-image{
      
        max-width:1560px;
        /*max-width:1612px;*/
      
    }
    
    @media(max-width:769px){
      .slider-image {
          width: auto;
          /*height: 68vh;*/
          height: 80vh;
          /* max-width: unset !important; */
      }
    }