/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
#logo {
  padding: 25px;
  background-image: url('/images/pine_dala_postcard_front_printed.jpg');
  background-repeat: no-repeat;
  background-size: 100%
}
.responsive {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}
img{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    /* Any custom height */
}

