.tablo{
	position:relative;
	width: 100%;
	margin:auto;
	z-index:100;
	text-align:center;
}
.logo{
	font-family: 'Pacifico', cursive;
	font-size:25px;
	color:#003366;
	vertical-align:center;
	padding:10px;
}
a.mircLink{
	color:#000;
	text-decoration:underline;
}
.temizle{
	position:relative;
	height:20px;
	clear:both;
}
.right{
	  float:right;
  }
.player-wrapper {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  color: white;
}


@media screen and (max-width: 1024px) {
  .right{
	  float:none;
  }
  .tablo{
	  position:relative;
	  max-width:width: 60rem;
  }
  .logo{
	text-align:center;
	}
}