  /* CSS file for Wilkins Family Photographs page (familyHistoryPhotographs.css)
      (C) 2025 R Wilkins */

  * {
    box-sizing: border-box;
  }

  img.construct {
  display: block;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  /*border: solid 2px red;*/
  }

/* 0. Extra small phones, 390px and down */
  @media only screen and (max-width: 390px) {
  
}

/* 1. Small devices, from 391px up to 450px) */
  @media only screen and (min-width: 391px) and (max-width: 450px) {

}

/* 2. Small devices, from 451px up to 600px) */
  @media only screen and (min-width: 451px) and (max-width: 600px) {
    
}

/* 3. Small devices (portrait tablets and large phones, from 601px up to 768px) */
  @media only screen and (min-width: 601px) and (max-width: 768px) {

}

/* 4. Medium devices (landscape tablets, from 769px up to 991px) */
  @media only screen and (min-width: 769px) and (max-width: 991px) {

}

/* 5. Large devices (laptops/desktops, from 992px up to 1200px) */
  @media only screen and (min-width: 992px) and (max-width: 1200px) {

}
 /*6. Extra large devices (large laptops and desktops, 1201px and up) */
  @media only screen and (min-width: 1201px) {

}
