@media only screen and (min-width: 768px) and (max-width: 999px) {
  .tt-pic .mtpc-image-caption{
    top:40%;
  }
  .tt-pic .mtpc-image-caption .field__item{
    font-size: 26px;
  }
  .theatre-technologies .mtpc-2col-section-wrapper .mtpc-2col-item {
    width: -webkit-calc(50% - 0px) !important;
    width: -moz-calc(50% - 0px) !important;
    width: calc(50% - 0px) !important;
  }
  .theatre-technologies .mtpc-2col-section-wrapper .mtpc-2col-item--2 {
    margin-left: 4px !important;
  }
}
