@charset "utf-8";
body {
	background: #161216;
	background-image: url("images/bkg_lines.png");
	background-repeat: repeat-x;
	background-size:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom:0px;
}

img {
height: auto; 
max-width: 100%;
}

table {
 border-collapse: collapse;
}

td.plastic_text {
    background-image: url(images/bkg_vert_lines.png);
    background-repeat: repeat-y;
    background-size:auto;
	background-position: center;
}
td.vhs_btton{
	height: auto; 
	max-width: 100%;
	background-image: url(images/bkg_vert_lines.png);
    background-repeat: repeat-y;
    background-size:auto;
	background-position: center;
}

@media only screen and (max-width: 767px) {
.desktop-player {
  display: none;
}
}

@media only screen and (min-width: 768px) {
.mobile-player {
  display: none;
}
}