/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .banner-360 {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
}

.banner-360 .banner-360-text {
    font-weight: 700;
    padding: 10px 20px;
}

.banner-360 .banner-360-button {
    border: none;
    background-color: transparent;
    padding: 0 5px;
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    transform: translate(0%, -50%);
    right: 0;
    top: 60px;
    font-size: 16px;
    cursor: pointer;
}
