@import url("https://fonts.googleapis.com/css?family=Noto+Serif");
.display-1 {
  font-size: 3rem;
}

.display-2 {
  font-size: 2.5rem;
}

.display-3 {
  font-size: 2rem;
}

.display-4 {
  font-size: 1.4rem;
}

.display-5 {
  font-size: 1.2rem;
}

html,
body {
  height: 100%;
  box-sizing: border-box;
}

body {
	background-color: #99ccff;
}

h1,
.h1,
.display-1 {
  font-family: "Noto Serif", serif;
  font-weight: 600;
}

h2,
.h2,
.display-2 {
  font-family: "Noto Serif", serif;
  font-weight: 600;
}

h3,
.h3,
.display-3 {
  font-family: "Noto Serif", serif;
  font-weight: 600;
}

h4,
.h4,
.display-4 {
  font-family: "Noto Serif", serif;
  font-weight: 600;
}

h5,
.h5,
.display-5 {
  font-family: "Noto Serif", serif;
  font-weight: 600;
}

.thumb {
  background-position: center;
  background-size: cover;
}

.cam-01 {
  background-image: url("https://view.myairportcams.com/YBYI/showimagecamera1.php");
}

.cam-02 {
  background-image: url("https://view.myairportcams.com/YBYI/showimagecamera2.php");
}



.preview {
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  height: 195px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.preview:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.info-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 15px 20px;
  cursor: pointer;
  border: 1px solid #202020;
  border-radius: 50%;
  background: #fff;
}

.info-text {
  padding: 2px 4px;
  color: #202020;
  border-bottom: 1px dashed;
}
.info-text:hover {
  text-decoration: none;
  background: #202020;
  color: #fff;
  border-color: #202020;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #202020;
  overflow: auto;
  z-index: 99;
}

.wrap {
  padding: 60px 80px;
  color: #fff;
}

#logo {
  height: 60px;
  fill: #202020;
}

figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 32, 32, 0.5);
  color: #fff;
  padding: 12px;
  border-radius: 0 0 3px 3px;
}