/* Tablet styles */
@media screen and (max-width: 768px) {
    .results-page .custom-fixed-container .custom-absolute-container  {
    position: relative !important;
    top: -9rem !important;
    }
}