/* PHONE CONTAINERS */
.phone-graphic {
    position: relative;
    width: 330px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.phone-case {
    box-shadow: inset 3px 3px 8px #82dcff, inset 0 0 3px #082049, inset -3px -3px 8px 0px #002094, 10px 10px 15px #b8b8b8;
    border-radius: 50px;
    background: #138ac9;
    width: 330px;
    padding: 10px;
}

.phone-case:before {
    content: '';
    position: absolute;
    background: #138ac9;
    width: 5px;
    height: 30px;
    left: -5px;
    top: 140px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: inset 4px 0px 2px #45b1ea;
}

.phone-case:after {
    content: '';
    position: absolute;
    background: #138ac9;
    width: 5px;
    height: 70px;
    left: 330px;
    top: 150px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 1px 0 4px #052152, inset -2px 3px 5px #2c9fdc, 10px 10px 15px #b8b8b8;
}

.phone-container-outer {
    position: relative;
    font-family: helvetica;
    font-size: .8rem;
    border: 1px solid #8f8f8f;
    border-radius: 40px;
    box-shadow: inset 1px 1px 10px #ddd, inset 1px 1px 3px #8f8f8f, 0 0 6px #1059a5;
    background-color: #000;
}

.phone-container-inner {
    position: relative;
    background: #fff;
    margin: 13px;
    border-radius: 30px;
    overflow: hidden;
}

.phone-container-outer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 650px;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 25%);
    z-index: 5;
    border-radius: 40px;
}

.phone-container-inner:before {
    content: '';
    position: absolute;
    top: 0;
    background-color: #000;
    width: 110px;
    height: 17px;
    left: calc(50% - 55px);
    border-radius: 0 0 20px 20px;
    z-index: 2;
}

/* PHONE MESSAGES */
.phone-messages {
    display: flex;
    justify-content: center;
    height: 550px;
}

.phone-messages video#edited1{
    height: 560px;
}