﻿:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0rem;
  padding: 0rem;
}
html {
  min-height: 100%;
}
#wrapper {
  border: solid thin #1C1C1C;
  font-family: Arial, Helvetica, sans-serif;
  width: 294px;
  margin: 0.75rem auto;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  position: relative;
  color: #1C1C1C;
  background: url(bg.jpg) no-repeat;
  height: 360px;
}
header {
  position: relative;
  margin: 0rem 0rem 2.5rem 0rem;
}
p {
  margin-bottom: 1rem;
}
a {
  color: #1C1C1C;
  text-decoration: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.clearfix {
  clear: both;
  font-size: 0rem;
  line-height: 0rem;
  display: block;
}
article > p:nth-of-type(1){
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 294px) {
  #wrapper {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    border: none;
    margin: 0rem;
    height: auto;
    background: none;
    background-color: #FDFAF1;
    padding: 0.625rem;
  }
  article {
  }
  article br {
    display: none;
  }
  p {
    margin-bottom: 0.625rem;
    text-align: left;
  }
}
