body > .modal_bddvd {
  display: none;
}

.m-modal__content {
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width:768px) {
  .m-modal__content {
    width: 100% !important;
  }
}

.m-modal .modal_bddvd {
  position: relative;
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.m-modal .modal_bddvd .img_pkg {
  width: 43%;
  max-width: 430px;
  margin-right: 57%;
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.m-modal .modal_bddvd .img_txt {
  position: absolute;
  top: 50%;
  left: 46%;
  max-width: 476px;
  transform: translateY(-50%);
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.m-modal .modal_bddvd a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:769px) {
  .m-modal .modal_bddvd:hover .img_pkg, .m-modal .modal_bddvd:hover .img_txt {
    opacity: 0.6;
  }
}
.m-modal .m-modal__close-btn {
  top: 0 !important;
  right: 0 !important;
  transform: translate(100%, -100%) !important;
  width: 60px !important;
  height: 60px !important;
}
.m-modal .m-modal__close-btn::after {
  background-color: unset !important;
}
@media only screen and (max-width:768px) {
  .m-modal .modal_bddvd {
    width: 100%;
  }
  .m-modal .modal_bddvd .img_pkg {
    width: 57.33%;
    margin: 0 auto 30px;
  }
  .m-modal .modal_bddvd .img_txt {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    width: 100%;
    margin: auto;
  }
  .m-modal .m-modal__close-btn {
    top: 0 !important;
    right: 5.33% !important;
    transform: translate(0, -100%) !important;
    width: 8.955% !important;
    max-width: 34px !important;
    height: auto !important;
  }
}