.cx-view-pdf {
  width: 100%;
}

.cx-view-multi {
  position: relative;
  height: 100%;
}

.cx-view-multi .cx-view-container {
  height: 100%;
}

.cx-view-img__container {
  position: relative;
  overflow: hidden;
}

.cx-view-img__zoom::after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/Ng/Biz/ViewAttachment/Images/magnifying_glass.png);
}

.cx-view-img__zoom:hover .cx-view-img__image {
  opacity: 0;
}

.cx-view-img__image {
  max-width: 100%;
  max-height: 100%;
  transition: opacity 120ms;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cx-attachment-modal .modal-dialog {
  width: 1100px;
  height: 800px;
}

.cx-attachment-modal .modal-dialog .modal-content {
  height: 800px;
}

.cx-attachment-preview__content .cx-view-multi {
  height: 700px;
}

.cx-attachment-preview__content .cx-view-container {
  width: 100%;
  height: 100%;
}
