.hs_popup.web600 {
    position: absolute;
    box-sizing: border-box;
    left: 50%; top: -10px; margin-top: -20px; 
    transform: translate(-50%,-100%) scale(0);
    transform-origin: bottom;
    width: 300px; height: auto;
    font-size: 0;
    opacity: 0;
    background-color: white;
    transition: transform 0.3s, opacity 0.3s;
}

.hs_popup.web600.hover {
    transform:  translate(-50%,-100%) scale(1);
    opacity: 1;
}

/*
.hs_popup.justimage::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%; top: 100%; 
    transform: translate(-50%,-50%) rotate(45deg);
    width: 15px; height: 15px;
    background-color: white;
    /* border: 10px solid transparent; border-top: 10px solid white; */
}
*/

.hs_popup.web600 {
    padding: 0px;
}

.hs_popup.web600 .thumb {
    position: relative;
    padding: 0px;
}

.hs_popup.web600 .thumb img {
    position: relative;
    width: 100%; height: auto;
}

.hs_popup.web600 .text {
    position: relative;
    padding: 18px 22px 15px 18px;
}

.hs_popup.web600 .text .title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px; line-height: 16px;
    margin-bottom: 8px;
    color: #1B133A;
}

.hs_popup.web600 .text .description {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px; line-height: 14px;
    color: #1B133A;
}


@media all and (max-width: 767px) {

.hs_popup.web600 .text {
    position: relative;
    padding: 23px 22px 15px 18px;
}

.hs_popup.web600 .text .title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px; line-height: 18px;
    margin-bottom: 8px;
    color: #1B133A;
}

.hs_popup.web600 .text .description {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px; line-height: 16px;
    color: #1B133A;
}