.mask-container {
    position: absolute!important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex!important;
    align-items: flex-end;
    justify-content: center;
    vertical-align: bottom;
}
.product_img_link {
    width: 100%;
    height: 259px;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    display: flex;
    vertical-align: bottom;
    position: relative;

}
.product_img_linkMain{
    margin-top: 200px;
}
.canvas {
    background-size: cover!important;
    background-position: 0 0px!important;
    background-repeat: no-repeat;

}
.canvas-img-landscape {
    width: 700px;
    height: 467px;
}
.canvas-img-portrait {
    width: 217px !important;
    height: 400px
}
.mirror-image-landscape {
    display: inline-block;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    box-shadow: 0 0 0 3px #fff;
    background-image:url('../images/canvas_h4.png') ;
    width: 700px;
    height: 467px
}
.mirror-image-portrait {
    display: inline-block;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    box-shadow: 0 0 0 3px #fff;
    background-image:url('../images/canvas_v4.png') ;
    width: 217px;
    height: 400px
}