.videos {
    &-positioned {
        height: 150px;
        position: fixed;
        z-index: 99999;
        width: 300px;
        bottom: 20px;
        display: flex;

        &-left {
            left: 0;
        }

        &-right {
            right: 0;
            flex-direction: row-reverse;
        }

        &-btn {
            background: $primary;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            color: $white;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: .5rem;
            text-transform: uppercase;

            &:hover {
                text-decoration: none;
                color: $white;
            }

            i {
                margin-bottom: .4rem;
            }
        }

        &-videos {
            border: 2px solid $white;
        }
    }
}
