* {
  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 #6f6f6f;
  height: 250px;
  width: 970px;
  background: #fff;
  position: relative;
  display: inline-block;
}

.wrapper {
  margin: 0 20px 0 40px;
  height: 250px;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

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

.top-bar,
.main-img {
  position: relative;
  height: 248px;
  width: 247px;
}

.top-bar {
  border-left: 1px solid #6f6f6f;
}

.top-bar-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-img {
  background: url(photo.gif) no-repeat;
}

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

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

.plus {
  position: absolute;
  top: -8px;
  left: 8px;
  width: 24px;
  height: 46px;
  background: url(plus.png) 1px 16px transparent no-repeat;
}

.main-section {
  width: 474px;
  height: 250px;
  position: relative;
}

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

.headline {
  background-image: url(headline.png);
  background-position: left 65px;
  visibility: hidden;
}

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

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

.text3 {
  background-image: url(text3.png);
  background-position: 0px 108px;
  width: 80%;
  visibility: hidden;
}

.text4 {
  background-image: url(text4.png);
  background-position: 0px 108px;
  width: 70%;
  visibility: hidden;
}

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

.action-btn {
  width: 175px;
  height: 40px;
  background: #f58220;
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 0;
  text-align: left;
  padding: 0px 15px;
  transition: 200ms all;
  cursor: pointer;
}

.words {
  position: relative;
  width: 120px;
}

.arrow {
  position: absolute;
  top: 12px;
  right: 16px;
  transition: 200ms all
}

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

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