.is-inverted {
  background: rgba(0, 0, 0, 0) !important;
}

.is-borderless {
  border: 0 !important;
}

@media only screen and (max-width: 1023px){
  .left-tilted-arrow::after{
    transform: rotate(45deg) !important;
  }
  .navbar-link:not(.is-arrowless)::after{
    transition: transform .3s;
  }
  .modal-small-mobile {
    width: 350px;
  }
}

.preview-image {
  border-radius: 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
