.copyright-text p,
.copyright-text p a:hover{
  color: #fff !important;
}
.banner_ad .img1 .text {
    width: 35%;
}
.banner--fixed img {
    background-color: transparent;
    transform: translateY(-70%);
    z-index: 9999;
    position: relative;
}
.s-block--fixed-banner.wide-placeholder{
  margin-top: 0; 
}
@media(max-width:768px){
  .banner--fixed img {
    transform: translateY(-135%);
}
}