/*--------------------------------------------------------------
# studio Section
--------------------------------------------------------------*/
#studio {
  padding: 60px 0;
}

#studio .container-fluid {
  margin-bottom: 3px;
}

#studio .studio-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#studio .studio-info {
  background: url("/img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#studio .studio-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#studio .studio-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 574px) {
  #studio .studio-info h3 {
    font-size: 24px;
  }
}

#studio .studio-info p {
  color: #fff;
  margin-bottom: 0;
}

#studio .studio-gallery-container {
  padding-right: 12px;
}

#studio .studio-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#studio .studio-gallery .img {
  background-origin: border-box;
  background-clip: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: auto;
}

#studio .studio-gallery .img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#studio .studio-gallery:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
