.phone-use {
    width: 380px;
    height: 665px;
    margin: -3rem 0 0 8rem !important;
    transition: 0.3s linear all;
    transform: rotate(0deg) !important;
}
.phone {
    flex-shrink: 0;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
    width: 380px;
    height: 665px;
    padding: 10px 7px;
    border-radius: 20px;
    background: #d9dee3;
    align-self: center;
    margin: -3.5rem 0 0 12rem;
    position: relative;
    transform: rotate(-15deg);
    transition: 0.3s linear all;
}
*, ::before, ::after {
    box-sizing: border-box;
}
.phone .notch {
    position: absolute;
    height: 1rem;
    width: 28%;
    background-color: #d9dee3;
    z-index: 9;
    right: 50%;
    transform: translate(50%, -5%);
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.phone .iframe-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.phone-use #appIframe {
    pointer-events: auto !important;
}
#appIframe {
    pointer-events: none;
}
.phone iframe {
    height: 100%;
    display: block;
    width: 100%;
    border-radius: 12px;
}
.blured {
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
}