TV

document.title = "TV | WHATHAPPENEDTOGOD";

html,body {
zoom: 85%;
max-width: 100%;
overflow-x: hidden !important;
}
h1 {
display: none;
}
video {
outline: none;
width: 100% !important;
height: auto !important;
}

@keyframes spin {
from{
transform: rotateY(0deg);
moz-transform: rotateY(0deg); //Firefox
ms-transform: rotateY(0deg); //Microsoft Browsers
}
to {
transform: rotateY(360deg);
moz-transform: rotateY(360deg); //Firefox
ms-transform: rotateY(360deg); //Microsoft Browsers
}
}
@-webkit-keyframes spin{
from{-webkit-transform: rotateY(0deg);}
to{-webkit-transform: rotateY(360deg);}
}
.imageSpin {
animation-name: spin;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-duration: 5s;
-webkit-animation-name: spin;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 5s;
}

   




Your browser does not support the video tag.




O·VER·DOSE
NOUN
/ˈŌVƏRˌDŌS/
I. AN EXCESSIVE AND DANGEROUS DOSE OF A DRUG.

@WHATHAPPENEDTOGOD

© OVD 2038

var typed = new Typed('#typed', { stringsElement: '#copyright', contentType: 'html', backSpeed: 100, loop: !0, typeSpeed: 100, smartBackspace: true });