.frame-preview {
  .frame-preview-img-container {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;

    .frame-preview-img {
      background-size: auto 100% !important;
      width: 100%;
      height: 100%;
      position: relative;
    }
  }
}
