
* {
    box-sizing: border-box;
  }

/* The grid: Four equal columns that floats next to each other */
.column-radio {
    float: left;
    width: 25%;
    padding: 1px;
  }

  /* Style the images inside the grid */
  .column-radio img {
    opacity: 0.6;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 200px !important;
    height: auto;

  }

  .column-radio img:hover {
    opacity: 1;
  }

  /* Clear floats after the columns */
  .row-radio:after {
    content: "";
    display: table;
    clear: both;
  }

  /* The expanding image container (positioning is needed to position the close button and the text) */
  .container-radio {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    display: none;
    max-width: 100%;

  }

  /* Expanding image text */
  #imgtext {
    /* position: absolute; */
    bottom: 15px;
    left: 15px;
    color: rgb(10, 10, 10);
    font-size: 20px;
  }

  /* Closable button inside the image */
  .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: rgb(0, 0, 0);
    font-size: 35px;
    cursor: pointer;
  }
  iframe {
    border:none;
    width: 100%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
}

