#buy-rightnow{
  position: absolute;
  width: 69px;
  height: 137px;
  left: 0;
  top: 240px;
  z-index: 20;
}
#buy-rightnow img{
  width: 100%;
}

#dealer-button{
  position: fixed;
  width: 100%;
  background-color: #e2e2e2;
  bottom: 0;
  left: 0;
  z-index: 5;
  font-size: 0;
}
#dealer-button a{
  color: #1a355e;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
}


#year21{
  width: 100%;
  position: relative;
}


#year21 img{
  width: 100%;
  display: block;
}
#year21 .year21-image{
  vertical-align: bottom;
  font-size: 0;
}
#year21 .year21-image img{
  display: block;
  border: none;
}

#year21 .year21-pack{
  margin: 0 auto;
  position: relative;
}

#year21 .year21-pack .year21-pack-list{
  position: absolute;
  top: 0;
  width: 82%;
  left: 6%;
}
#year21 .year21-pack .year21-pack-list .year21-pack-item{
  width: 100%;
  position: relative;
}
#year21 .year21-pack .year21-pack-list .year21-pack-item:nth-child(n+2){
  margin-top: 30px;
}
#year21 .year21-pack .year21-pack-list .year21-pack-item img{
  width: 100%;
}
#year21 .year21-pack .year21-pack-list .year21-pack-item .product-link{
  position: absolute;
  top: 30%;
  height: 65%;
  width: 88%;
  left: 10%;
  overflow: hidden;
}
#year21 .year21-pack .year21-pack-list .year21-pack-item .product-link a{
  display: inline-block;
  position: relative;
  width: 18%;
  height: 100%;
  text-indent: -1000em;
}
#year21 .year21-pack .year21-pack-list .year21-pack-item .product-link a:nth-child(2){
  margin-left: 10%;
}
#year21 .year21-pack .year21-pack-list .year21-pack-item .product-link a:nth-child(3){
  margin-left: 8%;
  width: 13%;
}
#year21 .year21-pack .year21-pack-list .year21-pack-item .product-link a:nth-child(4){
  margin-left: 8%;
}
