div[data-oembed-url] {
    width: 100%;
}
    nav#i-bar {
    bottom: 20px;
    z-index: 99999999999;
}

.step-title {
    color: #343a40;
    margin-top: 0;
}

.youtube-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

nav#i-bar {
    right: -70px;
    transition: 0.5s all;
    display: inline-block;
    left: auto;
    width: 110px;
}

nav#i-bar:hover {
    right: 0px;
}

nav#i-bar button#b-ed {
    width: 60px;
    text-align: center;
    color: #000;
    border-radius: 25px;
    padding: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 50px;
    outline: none;
    overflow: hidden;
    position: relative;
    justify-content: center;
    background: #116DFF;
    border: none;
}

nav#i-bar button#b-ed svg {
    width: 20px !important;
    height: 20px !important;
    margin: 0 0px 0 0;
}

nav#i-bar button#b-ed svg path {
    color: #000000bd;
}

nav#i-bar button#b-ed span {
    color: #000;
    margin-left: 5px;
}

@keyframes editheartbeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
.editloader {
    display: none;
    border: 4px solid #619dfb;
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    width: 30px;
    height: 30px;
    animation: editloaderspin 2s linear infinite;
}

@keyframes editloaderspin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

nav#i-bar:hover button#b-ed:before {
    left: 340px;
}

nav#i-bar button#b-ed i {
    font-size: 26px;
}