#screenwrap {
    background: url(http://goperspective.co.uk/images/laptopbg.jpg) 50% top no-repeat fixed; !important
    background-size: 68.2% auto !important;
	behavior:url(http://goperspective.co.uk/templates/kronos/js/xtcScripts.js);

}

.falefts {
padding: 30px;
}

.mbYTP_wrapper {
transition-duration: 2000ms !important;
transition-delay: 1s !important;
	}


#in{
animation:12s ease 0s normal forwards 1 fadein;
-webkit-animation:12s ease 0s normal forwards 1 fadein;
opacity:1
}

@keyframes fadein{
    0%{opacity:0}
    80%{opacity:0}
    100%{opacity:1}
}

@-webkit-keyframes fadein{
    0%{opacity:0}
    80%{opacity:0}
    100%{opacity:1}
}

#logo {
    -webkit-animation-name: animation;
    -webkit-animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;    
    -webkit-animation-play-state: running;
    
    animation-name: animation;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;    
    animation-play-state: running;
    background-color: #f00;
}

@-webkit-keyframes animation {
    0%     {background-color:#D73F4C;}
    20.0%  {background-color:#F1A514;}
	40.0%  {background-color:#A591C2;}
	60.0%  {background-color:#00A98A;}
	80.0%  {background-color:#ff6666;}
    100.0%  {background-color:#0188A8;}
}

@keyframes animation {
    0%     {background-color:#D73F4C;}
    20.0%  {background-color:#F1A514;}
	40.0%  {background-color:#A591C2;}
	60.0%  {background-color:#00A98A;}
	80.0%  {background-color:#ff6666;}
    100.0%  {background-color:#0188A8;}
}
