#catchcopy {
  font-size: 1.8em;
  font-weight:bold;
  padding-bottom: 12px;
}


#slide_block::after {
  content: "";
  display: block;
  clear:both;
}

#slide {
  width: 53.2%;/*545px;*/
  height: 315px;
  float: left;
}
.slideItem {
  width: 100%;
  height: 315px;
  background-size: cover;
  background-position:center center;
  text-align: center;
}
.slideItem img {
  height: 100%;
}

.ms2_current, .ms2_next {
  display: block;
}
.ms2_stage {
  height: 315px;
}
div.ms2_container {
  overflow: hidden;
  height: 315px;
  width: 100%;
}

#slidePager {
  width: 45.9%;
  float: right;
}
#slidePager li {
  width: 23.9%;
  margin-right: 1.4%;
  float: left;
  height: 101px;
  margin-bottom: 7px;
  background-position: center center;
  background-repeat:no-repeat;
  background-size: cover;
  overflow: hidden;
}
#slidePager li:nth-child(4n) {
  margin-right: 0;
  float: right;
}


#specs {
  margin-bottom: 30px;
  margin-top: 8px;
}
#specs::after {
  content: "";
  display: block;
  clear:both;
}

#specs dl {
  display: table;
  width: 50%;
  float: left;
  margin-bottom: 6px;
}
#specs dl dt {
  display: table-cell;
  width: 120px;
  vertical-align:middle;
  background-color: black;
  padding: 5px 0;
  text-align:center;
  color: white;
  font-weight:bold;
}
#specs dl dd {
  display: table-cell;
  vertical-align:middle;
  padding: 5px 0 5px 11px;
  background-color: #f5f5f5;
}

.description {
  font-size: 1.1em;
  font-weight:bold;
  margin-bottom: 54px;
}

#bf_block {
  display: table;
  width: 100%;
  margin-bottom: 79px;
}
#before,
#after {
  display: table-cell;
  background-size: contain;
  background-position: center center;
  background-repeat:no-repeat;
  vertical-align:top;
  padding-top: 15px;
  width: 47.1%;
}
#before img ,
#after img {
  height: 14px;
}
#bf_arrow {
  height: 416px;
  display: table-cell;
  vertical-align:middle;
  text-align:center;
}
#bf_arrow img {
  width: 32px;
}

#return {
  text-align: center;
}
#return a {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}
#return a:hover {
  opacity: 0.7;
}

#return a img {
  height: 25px;
}

@media only screen and (max-width: 768px) {
#slide {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

#slidePager {
  width: 100%;
  float: none;
}
#slidePager li {
  width: 16.6%;
  height: 80px;
  margin-right: 0;
}
#slidePager li:nth-child(4n) {
  clear: none;
  float: left;
}
#slidePager li:nth-child(6n+1) {
  clear: left;
}
}
@media only screen and (max-width: 667px) {
#slidePager {
/*  display: none; */
}
}
@media only screen and (max-width: 568px) {
#specs dl {
  width: 100%;
  float: none;
}
}
@media only screen and (max-width: 414px) {
#catchcopy {
  font-size: 1.5em;
}

#slide ,
.slideItem,
.ms2_current, .ms2_next,
.ms2_stage ,
div.ms2_container {
  height: 215px;
}

#bf_block {
  display: block;
}
#before, #after {
  display: block;
  width: 100%;
  height: 210px;
  padding-top: 0;
}
#bf_arrow {
  display: block;
  width: 100%;
  padding: 20px 0;
  height: auto;
}
#bf_arrow img {
  transform:rotate(90deg);
}
#slidePager li {
  width: 25%;
}
#slidePager li:nth-child(6n+1) {
  clear: none;
}
#slidePager li:nth-child(4n+1) {
  clear: left;
}
}
@media only screen and (max-width: 360px) {
#specs dl {
  display: block;
  margin-bottom: 0;
}
#specs dl dt {
  display: block;
  text-align:left;
  width: auto;
  padding-left: 12px;
}
#specs dl dd {
  display: block;
}
