.ex-product .itemswapcontent {
  top: 0 !important;
  left: 0 !important;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: fixed;
}

.ex-product .itemswapcontent .arrow_down {
  margin: 20vh auto;
  max-width: 500px;
  padding: 25px;
}

.ex-product .itemswapcontent .arrow_down::before,
.ex-product .itemswapcontent .arrow_down::after {
  display: none;
}