/* Box Gambar */

.box-gambar {
  display: block;
  position:relative;
  width:100%;
  max-width: 348px;
  height:auto;
  max-height: 261px;
  background-color: #0e74a5;
  overflow: hidden;
}
