div.gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

div.gallery-image {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    padding: 3px;
}

div.gallery-image div.gallery-image-img {
    display: inline-block;
    background-color: #f0f0f0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.2);
    margin: 2px;
    padding: 3px;
}

div.gallery-image div.gallery-image-img img {
    width: 100%;
    height: auto;
}

.tooltip
{
    text-decoration:none;
    position:relative;
    font-weight: bold;
}


.tooltip span
{
    display:none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    color:black;
    background:white;
}


.tooltip span img
{
    float:left;
    margin:0px 8px 8px 0;
}


.tooltip:hover span
{
    display:block;
    position:absolute;
    bottom:10px;
    left:10px;
    z-index:1000;
    width:auto;
    max-width:600px;
    /* border:8px solid rgba(186, 186, 186, .5); */
    box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.2);
    margin-top:12px;
    margin-left:10px;
    overflow:hidden;
    padding:8px;
    font-size: 80%;
    color: #606060;
    line-height: 1.2em;
    font-weight: normal;
}

.tooltip:hover span img {
    width: 100%;
    height: auto;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-image {
    width: 100%;
    height: auto;
}