.container-360 {
    position: relative;
    height: 500px;
    margin-bottom: 8%;
    overflow: hidden;
}

iframe {
    position: absolute;
    height: 100%;
    width: 115%;
    left: -4%;
    right: -4%;
    border: none;
}

.title-360 {
    padding: 4%;
}

.info {
    padding: 6% 4% 2%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: rgba(54,54,54,0.7);
    pointer-events: none;
}

.info .header {
    font-size: 13px;
}

.info p{
    font-size: 13px;
}

.back2vehicle-viewer {
    padding: 0 4%;
    height: 135px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.back2vehicle-viewer img {
    width: 80%;
    margin: auto;
}