/* Mobile Design */
.phone-screen {
    width: 390px;
    position: relative;
}
.iframe {
    width: 390px;
    height: 732px;
    background: #dee2e6;
    border: 10px solid #dee2e6;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    transition: all 0.5s;
}
.iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.volume.style-2 {
    box-shadow: 0px 85px 0 0px #dee2e6;
    background-color: #dee2e6;
    top: 120px;
    left: -7px;
    width: 7px;
    height: 66px;
}
.volume {
    content: "";
    position: absolute;
    background-color: #2c3f6d;
    top: 70px;
    left: -5px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 60px 0 0px #2c3f6d;
    width: 5px;
    height: 45px;
}
.switch.style-2 {
    top: 120px;
    height: 100px;
    background-color: #dee2e6;
    width: 6px;
    right: -6px;
}
.switch {
    content: "";
    position: absolute;
    background-color: #2c3f6d;
    top: 70px;
    right: -5px;
    border-radius: 0 10px 10px 0;
    width: 5px;
    height: 65px;
}
