.icon {
  padding: 10px 10px;
}

.icon img {
  max-height: 100px;
}

@media (max-width: 768px) {
  .mobile {
    display: normal;
  }
  .not-mobile {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none;
  }
  .not-mobile {
    display: normal;
  }
}

.row-container {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}
.row-third {
  padding: 10px 10px;
  width: 33%;
  text-align: center;
}
.row-2-thirds {
  padding: 10px 10px;
  width: 66%;
  text-align: center;
}
.row-half {
  width: 50%;
}

@media (max-width: 768px) {
  .row-container {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
  }
  .row-third {
    width: 100%;
  }
  .row-2-thirds {
    width: 100%;
  }
  .row-half {
    width: 100%
  }
}

.container600 {
  max-width: 600px;
  margin: 0 auto;
}
.container800 {
  max-width: 800px;
  margin: 0 auto;
}

.vwrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.vwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
  .mobile {
	   display: none;
	}
}

<!-- Configurator Adjustments -->

.obr-canvas-container {
  padding: 0 !important;
}

#obr-configurator-visualization {
  background-color: rgba(255,255,255,0.95) !important;
}

.obr-button#obr-configurator-action-button {
    background: #1B710D !important;
    color: #ffffff !important;
    border: 1px solid #1B710D !important;
    padding: 0 20px !important;
    text-align: center !important;
    cursor: pointer !important;
    min-height: 44px !important;
    height: 40px !important;
    line-height: 1.2 !important;
    vertical-align: top !important;
    font-family: Montserrat, sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.2s linear !important;
    border-radius: 3px !important;
}

.obr-icon-toggle-fieldset {
  display: none !important;
}

.obr-input-range-container {
  display: none !important;
}

<!-- End Configurator Adjustments -->

<!-- Testimonials -->

@media (max-width: 480px) {
  .caption-content.testimonial-text h2 {
    color: green !important;
  }
}

@media only screen and (max-width: 480px) {
  .caption-content.testimonial-text .subtitle {
    color: #333333;
  }
  .caption-content.testimonial-text h2, .caption-content.testimonial-text p.headline {
    color: #333333;
  }  
}


<!-- End Testimonials -->

.bottomLine {
  margin-bottom: 5px !important;
}

.product-details .yotpo .pull-left {
  text-align: center;
  float: none;
}

.y-powered-by {
  display: none;
}