body {
background-color:#1d365f;
}

.column {
  border-radius: 5px;
  background-color: #1d365f;
  padding: 20px;
}

.column2 {
  float: left;
  width: 33.33%;
  padding: 15px;
}

.c {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);    /* Older Gecko browser */
  -ms-transform: translate(-50%, -50%);     /* IE9+ */
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  .c {
    width: 60%;
	margin-left: -10%;
  }
}

img{
	float: left;
	width: 600px;
	height: auto;
	max-width: 160%;
	border: none;
	margin-left: -17%;
}

@media screen and (orientation: portrait) {
  .img { max-width: 90%; }
}

@media screen and (orientation: landscape) {
  .img { max-height: 90%; }
}