.angle-view {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    

}

.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 {
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 0;
    font-family: "Material Symbols Outlined";
    content: "\e577";
    color: #fff;
    font-size: 3rem;
text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.9);
z-index:50;
    
}