/* CSS Document */
#elementToMove {
  display: block;
  position: absolute;
  top: 557px;
  left: 0px;
  -webkit-transition: left 1s ease;
  transition: left 1s ease;
  height: 315px;
  width: 465px;
  border: #d5d0c6 solid 4px;
  padding: 15px;
  z-index: 100;
  background: #000;
}
#elementToMove p {
  color: #252525;
}
.PO-promo {
  position: relative;
  top: -10px;
  left: -9px;
  width: 100%;
  height: auto;
  z-index: 199;
}
.fadeOut {
  opacity: 0 !important;
  transition: opacity 500ms !important;
  display: none !important;
}
.close {
  right: 15px;
  top: 10px;
  position: absolute;
  opacity: 1;
  font-size: 30px !important;
  background: rgb(255 255 255);
  padding: 5px 7px;
  border-radius: 50px;
  text-shadow: none;
  transition: opacity .2s ease-in-out;
  webkit-transition: opacity .2 ease-in-out;
  float: right;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}
.close:hover {
  color: RED;
}
.res_h2 {
  font-size: 24px;
  font-weight: 600;
}
.content-border-slide {
  width: 100%;
  height: 100%;
  border: #d5d0c6 solid 1px;
  padding: 20px;
}
.content-border-slide:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@media only screen and (max-width: 500px) {
  #elementToMove {
    display: block;
    position: absolute;
    top: 449px;
    left: 10px !important;
    -webkit-transition: left 1s ease;
    transition: left 1s ease;
    height: 315px;
    width: 465px;
    border: #d5d0c6 solid 4px;
    padding: 15px;
    z-index: 100;
    background: #000;
  }
  .PO-promo {
    position: relative;
    top: -10px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 199;
  }
  .PO-promo img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
  }
}