/* Application specific styles */
.truncate-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shift-up-md-20 {
  transform: none;
}

@media (min-width: 768px) {
  .shift-up-md-20 {
    transform: translateY(-20%);
  }
}