.page-node-type-product h1.page-header {
  display: none;
}

.page-node-type-product .title-stand{
  display: none;
}

.page-node-type-product .main-container,
.page-node-type-product{
  background-color: #DDE6EF;
}

.box-container .row>div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-node-type-product .box-container {
  background-color: #fff;
  background-image: url(./../src/images/pattern-triangles-light-blue.png);
  background-position: top right;
  background-size: contain;
  background-size: 830px;
  background-repeat: no-repeat;
}

.box-container .field--name-field-common-name{
  margin: 2rem 0rem 3rem 0rem;
}

.box-container .field--name-field-common-bio {
  margin-bottom: 1rem;
}

.box-container .slideshow  {
  display: flex;
  justify-content: flex-end;
}

.box-container .slideshow > div div {
  height: 100%;
}

.box-container .slideshow > div {
  width: 415px;
  height: 415px;
  border-radius: 415px;
  overflow: hidden;
}

.box-container .slideshow > div:empty {
  background-color: #f1f1f1 !important;
}

.box-container .field--name-field-common-image{
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-container .slideshow img {
  height: auto;
  width: 100%;
  max-width: none;
  max-height: 480px;
}

.box-container .slideshow .field--item:before  {
  display: none;
}

.back-to-ex{
  display: inline-block;
  margin: 0px auto;
}

a.back-to-ex,
.view-product-detail-back-button a{
  display: inline-block;
  margin: 0px auto;
  color: #fff;
  padding: 1rem 2.5rem;
}

.view-product-detail-back-button .views-field-nothing span{
  display: flex;
}

.view-product-detail-back-button a:hover {
  color: #fff;
}

/*
RESET FORM BACK
*/
.toolbar-tray-open .field--name-field-common-image {
  display: block;
}

@media (max-width:992px) {
  .box-container .slideshow {
    justify-content: center;
  }
  .page-node-type-product .box-container .row {

  }
}

@media (max-width:768px){
  .box-container .slideshow > div {
    width: 200px;
    height: 200px;
    border-radius: 415px;
    overflow: hidden;
    max-height: 200px;
  }
}
