/*Utseende på button*/
button, input[type=button], input[type=reset], input[type=submit] {
    background: #f5e8cf !important;
    color: #000 !important;
    border-radius: 25px !important;
    border: 2px solid #000 !important;
}

.wrapper {
    border : none; 
}

.wrapper div {
    min-height: 200px !important;
}

#one {
  float:left; 
  width:33% !important;
  min-width: 330px;
  /*min-height: 180px; !important*/
}
#two { 
  /*overflow: auto;*/
  width:33% !important;
  min-width: 330px;
}
#one img {
	width:80% !important;
	/*height: auto !important;*/
}
#one button {
	width:80% !important;
}
#two img {
	width:80% !important;
    /*height: auto;*/
	/*float: left;*/
}
#two button {
    width: 80% !important;	
}

@media screen and (max-width: 900px) {
   #one { 
      float: none;
      margin-right:0;
      width:330px !important;
      border:0;    
   }
   #two {
	  width:330px !important;
	  min-height:1300px;
   }
   #one img {
	  width:300px !important;
   }
   #one button {
	  width:85% !important;
   }
   #two img {
	  width: 90%; !important;
      height: auto;
	  float:left;
   }
   #two button {
      width: 132px !important;	
   }
}