body {
    background: red;
}

.background {
    background: url(../img/bg.png) no-repeat top center fixed;
    background-size: 100% 50%;
}

.header {
    max-width: 400px;
    width: 100%;
    height: 570px;
    margin: 0 auto;
    overflow: auto;
}

.header img {
    max-width: 400px;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 50px 0 0 0;
    animation: flyimg 6s infinite ease-in-out;
}

.video {
    padding: 0 50px 50px 50px;
}

.button-section {
    text-align: center;
}

.btn {
    padding: 15px 20px !important;
}

.blue-btn {
    background: #6eb7fc;
    color: #fff;
}

.green-btn {
    background: #2bb93c;
    color: #fff;
}

.o-circle {
    background: #c4c0c0;
    border-radius: 50%;
    padding: 8px 8px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    margin: 0 20px;
    color: #fff;
}

.memories {
    margin: 50px 0;
    background: #fff;
}

.media-side img {
    width: 100%;
}

.c {
}

.line::before {
    content: "";
    background: #ededed;
    height: 75%;
    width: 3px;
    position: absolute;
    right: 50%;
    z-index: 100;
}

.bubble {
    background: #ecf8fd;
    border-radius: 5px;
    padding: 15px;
}

.bubble img {
    width: 100% !important;
    max-height: 500px !important;
}

.bubble iframe {
    width: 100% !important;
}

.name-side.text-left::before {
    content: "";
    background: #c4c0c0;
    height: 13px;
    width: 13px;
    position: absolute;
    z-index: 100;
    top: 25px;
    left: -8px;
    border-radius: 50%;
}

.name-side.text-right::before {
    content: "";
    background: #c4c0c0;
    height: 13px;
    width: 13px;
    position: absolute;
    z-index: 100;
    top: 25px;
    right: -5px;
    border-radius: 50%;
}

.addImage {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.addVideo {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.addMessage {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

@-webkit-keyframes flyimg {
    0% {
        padding: 0px 0 0 0;
    }
    50% {
        padding: 50px 0 0 0;
    }
    100% {
        padding: 0px 0 0 0;
    }
}

@-moz-keyframes flyimg {
    0% {
        padding: 0px 0 0 0;
    }
    50% {
        padding: 50px 0 0 0;
    }
    100% {
        padding: 0px 0 0 0;
    }
}

@-o-keyframes flyimg {
    0% {
        padding: 0px 0 0 0;
    }
    50% {
        padding: 50px 0 0 0;
    }
    100% {
        padding: 0px 0 0 0;
    }
}

@keyframes flyimg {
    0% {
        padding: 0px 0 0 0;
    }
    50% {
        padding: 50px 0 0 0;
    }
    100% {
        padding: 0px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .line::before {
        display: none !important;
        content: "" !important;
        background: #ededed;
        height: 0 !important;
        width: 0 !important;
        position: absolute;
        right: 0 !important;
        z-index: 100 !important;
    }
}

@media screen and (max-width: 480px) {
    .blue-btn {
        display: block !important;
    }

    .green-btn {
        display: block !important;
    }

    .line::before {
        display: none !important;
        content: "" !important;
        background: #ededed;
        height: 0 !important;
        width: 0 !important;
        position: absolute;
        right: 0 !important;
        z-index: 100 !important;
    }
}
