.img-intro {
  width:100%;
  height:100%;
	opacity: 1;

  transition: 5s;
	-webkit-transition: 5s;
	-moz-transition: 5s;
	-ms-transition: 5s;
	 overflow: hidden;
}

@keyframes slide {
  from {
    background-position-x: -40%;
  }
  to {
    background-position-x: 100%;
  }
}

.container {
  width: 100%;
  height: 50px;
	background-blend-mode: normal;
  background-image:
	url("data:image/svg+xml;utf8,\
	<svg xmlns='http://www.w3.org/2000/svg' width='130cm'>\
  <style>\
  @font-face {\
  	font-family: 'DIN Condensed Bold';\
  	font-style: normal;\
  	font-weight: normal;\
  	src: local('DIN Condensed Bold'), url('DINCondensed-Bold.woff') format('woff');\
  }\
  .info {\
     fill:white;\
     font-family: 'DIN Condensed Bold', Helvetica, sans-serif;\
   	 font-style: normal;\
   	 font-weight: normal;\
     font-size: 25px;\
  }\
  </style>\
  <text class='info' x='0' y='30'>\
	                                                                           \
!!! HEADSHOT ARGUMENT !!!   You may like Subform. \
If you're into extreme music, Metal, Industrial, Experimental. \
Enter to see what's up with Subform right now. \
We live in dark times. \
F*cking pandemic. F*cking politics. \
F*cked up environment, F*cked up planet. \
So we need to concentrate on these issues, but also get yourself comfortable \
and get good art, music, movies. \
not to distract, \
but to help yout to not go crazy..................................................\
  </text>\
</svg>\
");
  color:white;
  background-color: black;
  background-repeat: repeat;
  background-size: auto;
  animation: 35s linear infinite slide;
}
