body {
    padding: 30px;
}

.tootip-wrap {
    background: #fff;
    -webkit-box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.5), 0 0 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.5), 0 0 1px 1px rgba(0, 0, 0, 0.07);
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    min-width: 350px;
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

h4 a>.ds-tooltip {
    display: none;
}


.ds-get-URL a {
text-decoration:none;
position:relative;
display:inline-block;
}

h4 a:hover>.ds-tooltip,
.ds-get-URL a .ds-tooltip {
    display: block;
    padding-top: 40px;
    margin-top: -10px;
    position: absolute;
    left: 0;
	max-width:350px;
    z-index: 999;
    /*
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    padding-top: 60px;
    width: 100%;
    max-width: 100%;
    */
}

.tootip-wrap::before {
    content: '';
    position: absolute;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom: 9px solid #1590a4;
    top: -9px;
    left: 50%;
    z-index: 111;
}

.tootip-wrap::after {
    /* content: '';
    position: absolute;
    border: 12px solid transparent;
    border-top: 0;
    border-bottom: 12px solid #1590a4;    
    top: -8px;
    left: 49%;
    z-index: 112; */
}

.tooltip-container {
    color: #222222;
    margin-top: -9px;
    padding-top: 9px;
    text-decoration: none;
}

.tooltip-imgwrap {
    margin-top: -8px;
    position: relative;
    z-index: 113;
    left: 0;
    overflow: hidden;
}

.tooltip-imgwrap img {
    margin-top: -6.5px;
}

.tooltip-content {
    padding-top: 16px;
    margin-top: 200px;
    min-height: 40px;
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 47px;
    padding-bottom: 0;
    margin: 16px;
    display: block;
    color: #222222;
    text-decoration: none;
    position: relative;
}

.tooltip-content::after {
    right: 0;
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
    background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 25%;
    height: 20px;
    background-color: transparent;
    pointer-events: none;
}

.tooltip-content p {
    margin: 0;
    font-family: sans-serif;
    color: #222222;
    text-transform: initial;
    line-height: 24px;
    text-align: left;
}

.tooptip-footer {
    padding: 10px;
    margin: 0;
    font-size: 10px;
    bottom: 0;
    left: 0;
}

.slideanim.slide>div>h4>a {
    margin: 0;
    padding: 10px 0;
}

.tooltip-imgwrap img {
    max-width: 100%;
}
.ds-get-URL h4 {
    position: relative !important;
}

