* {
  box-sizing: border-box;
  border: 0 none;
  padding: 0;
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body, .container {
  height: 100%;
}

.container {
  border: 1px solid #BEBEBE;
  height: 250px;
  width: 300px;
  background: #fff;
  position: relative;
  display: inline-block;
}

.btn {
  border: 0;
  outline: 0;
}

.top-bar {
  position: absolute;
  top: -2px;
  left: 0;
  background: url('top_bar.png');
  height: 64px;
  width: 298px;
  z-index: 1;
}

.bg-img {
  position: absolute;
  bottom: 0;
  background: url('photo.gif');
  height: 187px;
  width: 150px;
}

.btn-container {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plus-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #26B8D1;
  position: relative;
  color: #fff;
  font-size: 28px;
}

.plus {
  position: absolute;
  top: -4px;
  left: 7px;
  width: 17px;
  height: 33px;
  background: url(plus.png) 1px 11px transparent no-repeat;
}

.main-section {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 187px;
}

.body-copy-section {
  height: 120px;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.text1 {
  background-image: url(text1.png);
  background-position: 26px bottom;
  visibility: hidden;
}

.text2 {
  background-image: url(text2.png);
  background-position: 26px 76px;
  visibility: hidden;
}

.text3 {
  background-image: url(text3.png);
  background-position: 26px 86px;
  visibility: hidden;
}

.text4 {
  background-image: url(text4.png);
  background-position: 26px bottom;
  visibility: hidden;
}

.text5 {
  background-image: url(text5.png);
  background-position: 26px bottom;
  visibility: hidden;
}

.action-btn {
  width: 110px;
  height: 20px;
  background: #f58220;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 26px;
  text-align: left;
  padding: 0px 6px;
  transition: 200ms all;
  cursor: pointer;
}

.words {
  position: relative;
  top: -1px;
}

.arrow {
  position: absolute;
  width: 8px;
  right: 9px;
  top: 7px;
  transition: 200ms all;
}

.action-btn:hover {
  background-color: #C56B14;
}

.action-btn:hover .arrow {
  right: 6px;
}
