.cqtooltip-wrapper {
    position: relative;
    margin: 0 auto
}

.cqtooltip-wrapper img {
    width: 100%;
    height: auto
}
.cq-hotspots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 100
}

.cq-hotspots .hotspot-item {
    position: absolute
}

.cq-hotspots .hotspot-item a {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255,255,255,.4);
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: auto;
    top: auto;
    border-radius: 100%;
    -moz-transition: all .2s ease-out 0;
    -o-transition: all .2s ease-out 0;
    -webkit-transition: all .2s ease-out;
    -webkit-transition-delay: 0;
    transition: all .2s ease-out 0
}
.cq-hotspots .hotspot-item a i {
    display: block;
    font-size: 12px;
    position: relative;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media screen and (min-width: 320px) and (max-width:479px) {
    .cq-hotspots .hotspot-item a {
        width:16px;
        height: 16px
    }
    .cq-hotspots .hotspot-item a i {
        font-style: normal;
        font-size: 10px
    }
}
