.zinq-download-tile {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  background-color: #e8ecf5;
}

.zinq-download-tile__image {
  position: relative;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
}

.zinq-download-tile *,
.zinq-download-tile *::before,
.zinq-download-tile *::after {
  box-sizing: border-box;
}

.zinq-download-tile--cover .zinq-download-tile__image {
  background-size: cover;
}

.zinq-download-tile--contain .zinq-download-tile__image {
  background-size: contain;
  background-color: #fff;
}

.zinq-download-tile--margin-bottom-20 {
  margin-bottom: 20px;
}

.zinq-download-tile--margin-bottom-40 {
  margin-bottom: 40px;
}

.zinq-download-tile--margin-bottom-60 {
  margin-bottom: 60px;
}

.zinq-download-tile__overlay {
  position: absolute;
  top: 20%;
  right: 0;
  width: 60%;
  padding: 10px 20px;
  color: #fff;
  background-color: rgba(18, 68, 143, 0.8);
}

.zinq-download-tile__overlay p {
  margin: 0;
  color: inherit;
  font-size: 24px;
  line-height: 1.15;
}

.zinq-download-tile__overlay strong {
  color: inherit;
}

.zinq-download-tile__footer {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  text-align: center;
  font-weight: 700;
  background-color: #e8ecf5;
}

.zinq-download-tile__footer a {
  display: inline-block;
}

.zinq-download-tile--editor {
  margin: 8px auto;
}

@media only screen and (max-width: 767px) {
  .zinq-download-tile {
    max-width: none;
  }

  .zinq-download-tile__overlay {
    width: min(80%, 320px);
  }
}
