
* { box-sizing: border-box; }

html, body {  margin: 0;  padding: 0;  width: 100%;  color:#ff0000;  background-color: #000;}

body {  background-color: #000000;  color: #ff3333;  font-family: 'FreeSans', Arial, sans-serif;  font-weight: bold;  text-transform: uppercase;  padding-top: 50px;   padding-bottom: 40px; }

#BLOBDARFRAME {  width: 100% !important;  height: 800px !important;  border: none;}

@media (max-width: 767px) {  #BLOBDARFRAME { height: 500px !important; }
}

img {  max-width: 100%;  height: auto;  display: block;  margin: 0 auto;}