.protectedContent {
  display:none;
}

.PromoImageDiv {
  text-align:center;
}
.PromoImage {
  max-width:100%;
}
.ContextImgDiv {
  text-align: center;
}

.ContextImg {
  max-width: 50vw;
  max-height: 40vh;
  border: 15px solid lightblue ; /* 5px width, solid style, black color */
  border-radius: 8px; /* Optional: for rounded corners */
}
.spacer {

}