.giftboxlist {
  padding-top: 2vh;
  position: relative;
}

.giftboxlist a {
  display: block;
  height: 20vh;
}

/* PS63 */
.giftboxlist .PS63_Sleeve_bag {
  display: block;
  width: 100%;
  background: url(../img/PS63_Sleeve_bag.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS63_Sleeve_bag:hover {
  display: block;
  width: 100%;
  background: url(../img/PS63_Sleeve_bag_a.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS63_Ethernet_Adapter {
  display: block;
  width: 100%;
  background: url(../img/PS63_Ethernet_Adapter.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS63_Ethernet_Adapter:hover {
  display: block;
  width: 100%;
  background: url(../img/PS63_Ethernet_Adapter_a.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS63_Mouse {
  display: block;
  width: 100%;
  background: url(../img/PS63_Mouse.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS63_Mouse:hover {
  display: block;
  width: 100%;
  background: url(../img/PS63_Mouse_a.png) no-repeat;
  background-size: 100%;
}


.giftboxlist .PS63_Keyboard_cover {
  display: block;
  width: 100%;
  background: url(../img/PS63_Keyboard_cover.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS63_Keyboard_cover:hover {
  display: block;
  width: 100%;
  background: url(../img/PS63_Keyboard_cover_a.png) no-repeat;
  background-size: 100%;
}


/* PS42 */
.giftboxlist .PS42_Sleeve_bag {
  display: block;
  width: 100%;
  background: url(../img/PS42_Sleeve_bag.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS42_Sleeve_bag:hover {
  display: block;
  width: 100%;
  background: url(../img/PS42_Sleeve_bag_a.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS42_Ethernet_Adapter {
  display: block;
  width: 100%;
  background: url(../img/PS42_Ethernet_Adapter.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS42_Ethernet_Adapter:hover {
  display: block;
  width: 100%;
  background: url(../img/PS42_Ethernet_Adapter_a.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS42_Mouse {
  display: block;
  width: 100%;
  background: url(../img/PS42_Mouse.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS42_Mouse:hover {
  display: block;
  width: 100%;
  background: url(../img/PS42_Mouse_a.png) no-repeat;
  background-size: 100%;
}


.giftboxlist .PS42_Keyboard_cover {
  display: block;
  width: 100%;
  background: url(../img/PS42_Keyboard_cover.png) no-repeat;
  background-size: 100%;
}

.giftboxlist .PS42_Keyboard_cover:hover {
  display: block;
  width: 100%;
  background: url(../img/PS42_Keyboard_cover_a.png) no-repeat;
  background-size: 100%;
}





.giftboxlist #txt {
  display: block;
  width: 100%;
  height: 200px;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 2;
  color: #fff;
}


.giftboxlist #txt:hover {
  position: absolute;
  width: 100%;
  height: 200px;
  opacity: 1;
  z-index: 1;
  color: #fff;
}

.giftboxlist #txt p {
  color: #fff;
  font-size: 24px;
  line-height: 150px;
}



a[data-toggle="modal"] {
  margin: 5px;
}

.modal-header {
  color: #757575;
  font-weight: bold;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -17px;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-content {
  overflow: hidden;
  border: none;
  border-radius: 2px;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}



.modal-body {
  display: block;
  border-bottom: 0;
  padding-top: 5px;
  padding-right: 26px;
  padding-left: 32px;
  padding-bottom: 10px;
  font-size: 15px;
}

.modal-body {
  display: block;
  padding: 5% 0%;
}



#modal-msi {
  display: block;
  width: 50%;
  margin: 1% auto;
  position: relative;
}

#modal-msi h2 {
  margin: 10px 0 20px 0;
  text-decoration: none;
}

@media screen and (min-width: 1921px) and (max-width: 3840px) {
  .giftboxlist a {
    display: block;
    height: 190px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .giftboxlist a {
    display: block;
    height: 200px;
  }
}

@media screen (max-width: 1024px) {
  .giftboxlist a {
    display: block;
    height: 45vh;
  }
}

@media screen and (min-width: 360px) and (max-width: 1023px) {
  #modal-msi {
    display: block;
    width: 80%;
    margin: 1% auto;
    position: relative;
  }

  .giftboxlist a {
    display: block;
    height: 30vh;
  }


}