section.sun-custom-review {
    padding: 15px 0px 50px;
    background: #f1f1f1;
    }
.sun-trip-img {
    text-align: center;
    max-width: 120px;
    margin: 10px auto;
}
.sun-inner-review {
    position: relative;
    text-align: center;
    margin: 15px 0px;
}
.sun-inner-review img {
    height: 320px;
}
.sun-inner-review .review-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(2, 33, 62, 0.61);
    padding: 15px;
    color: #fff;
    margin: 0;
}
.sun-inner-review .review-area h3 {
    font-weight: bolder;
    color:#fff;
    font-size: 24px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.trip-btn {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}  
.trip-btn a:hover {
    background-color: #323231;
    color: #fff !important;
}

.trip-btn a {
    display: inline-block;
    background: #F08D2A;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 16px;
}

.instagram-panel {
    width: 100%;
    padding: 40px 0;
    position: relative;
    text-align: center;
}
.img-container, .instagram-paneliner {
    position: relative;
}
.margbtm-30 {
    margin-bottom: 30px;
}
.img-panel {
    overflow: hidden;
}

.transit {
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.img-full {
    width: 100%;
}
.icon-holder {
    position: absolute;
    left: 15px;
    top: 15px;
}
.icon-holder img {
    max-width: 100%;
    vertical-align: middle;
}
.clear {
    clear: both;
    display: block;
}
.yellow-circle {
    width: 264px;
    height: 264px;
    background: rgba(240, 141, 42, .8);
    position: absolute;
    margin: 0 auto;
    z-index: 99;
    top: 23%;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.yellow-circle a {
    color: #fff;
    display: block;
}
.yellow-circle img {
    padding-top: 50px;
}
.yellow-circle p {
    color: #fff;
}

.img-container:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}


@media (max-width: 768px) {
  /* Make image and yellow-circle containers behave like block-level flex */
  .instagram-paneliner {
    display: flex;
    flex-direction: column;
  }

  /* Push yellow-circle below the image grid */
  .yellow-circle {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    width: 200px;
    height: 200px;
    margin: 0px auto 20px;
    z-index: 1;
  }

  .yellow-circle img {
    padding-top: 25px;
    max-width: 70%;
  }

  .yellow-circle p {
    font-size: 10px;
    margin-top: 5px;
  }

  /* Ensure image grid stays on top */
  .instagram-paneliner > .row {
    order: 1;
  }

  /* Make image blocks full width */
  .instagram-panel .col-xs-6,
  .instagram-panel .col-sm-6,
  .instagram-panel .col-md-3 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Disable zoom on mobile */
  .img-container:hover {
    transform: none !important;
  }

  .margbtm-30 {
    margin-bottom: 20px;
  }
  .sun-inner-review img {
    height: auto;
}
}

