@media only screen and (max-width: 1025px){
    .siam-news-grid-white-bg, .siam-news-grid-teal-bg, .siam-news-grid-pink-bg,
    .siam-news-grid-orange-bg
    {
        margin-top: 20px!important;
        margin-right: auto!important;
        margin-left: auto!important;
        width: 80%!important;
    }
}

.homepage-sinews-home-grid-swiper {
    margin-top: 20px!important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}