@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* For landscape layouts only */
    .d_produkti_tehnologija {
        top: 100px;
        bottom: auto;
    }

    .search-result-item {
        opacity: 1 !important;
    }

}
