.angle-view {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    cursor: ew-resize;
}

.angle-view::after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 55px;
    background-color: #ed2738;
    left: 0;
    top: 0;
}

.angle-view ul,
#angle-view li {
    margin: 0;
    padding: 0;

}

.angle-view li {
    list-style: none;
}

.angle-view ul {
    width: 100%;
    height: 100%;
}

.angle-view img {
    width: 100%;
    display: block;


}

.angle-view.view360::before {
    content: url('../../img/360ico.png');
    display: block;
    position: absolute;
    right: 1.25rem;
    top: 2rem;
    opacity: .8;
    z-index:50;    
}



.autodron {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;    
    background-color: rgba(0, 0, 0, .5);
    padding: 0 16px 1px 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;    
}

.autodron a {
    color: #fff;
    text-decoration: none;
    font-size: .6875rem;
    line-height: normal;
}

.autodron span {
    font-weight: bold;
}