﻿.device-view {
    box-sizing: border-box;
}
.device-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}
.device-media {
    position: absolute;
    overflow-y: scroll;
}
.device-media img {
    width: 100%;
}
.device-wrap svg {
    width: 100%;
}
