﻿
#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;

}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.white-panel {
  position: absolute;
  background: #eee ;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  padding: 15px;
}
/*
stylize any heading tags withing white-panel below
*/

.white-panel h4 {
  font-size: 2em;
}
.white-panel h4 a {
  color: #ec700c!important;
}
    .white-panel p {
        font-size:14px;
    }
.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}