.mobile-container {
    width: 383px;
    height: 771px;
    position: absolute;
    margin-right: auto;
    z-index: 99;
    top: 0;
    left: 0;
}
.mobile {
    background-image: url(device.png);
    width: 364px; 
    height: 736px;
    background-size: 100%;
    transform-origin: 0px 0px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 100;
}
.mobile-site {
    width: 360px;
    height: 780px;
    top: 19px;
    left: 22px;
    transform: scale(0.94);
    clip-path: url(#viewport-mask1);
    position: absolute;
}