/*@keyframes clockwise { to { @include transform(rotate(360deg) translateZ(0)) } }*/
.page-title { position: relative; }

.apply-tec-logo .page-title:before { content: ''; background: url("images/tec-logo.png") no-repeat center; background-size: cover; width: 160px; height: 109px; display: block; }

@media (min-width: 768px) { .apply-tec-logo .page-title { padding-right: 190px; }
  .apply-tec-logo .page-title:before { position: absolute; top: 0; right: 0; } }
