.screen-root[data-screen-name="rcp-fe-lol-store"] {
  position: relative;
}

.__rcp-fe-lol-store {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: -718px;
}

.__rcp-fe-lol-store iframe {
  border: 0;
  margin: 0;
  padding: 79px 0 0 0;
  flex: 1;
}

.store-backdrop {
  width: 1055px;
  height: 718px;
  background-image: url('images/background.png');
  background-repeat: no-repeat;
}

.store-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.bottom-gradient {
  background-image: linear-gradient(rgba(4, 14, 26, 0), rgba(4, 14, 26, 1));
  width: 1055px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
