@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .widget--01 .widget-wrapper .absolute-text {
        bottom: 14rem;
      }
  }
  /* @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .ipad-landscape { color: blue; } 
  } */