/*discount*/
/*@mixin transition($val) {
    -ms-transition: $val;
    -moz-transition: $val;
    -o-transition: $val;
    -webkit-transition: $val;
    transition: $val;
}*/
/*discount*/
#page-container .models-container .two-box-container {
  height: 21vw; }
  #page-container .models-container .two-box-container .model-preview-box {
    -webkit-box-flex: 1 1 48% !important;
    -moz-box-flex: 1 1 48% !important;
    -webkit-flex: 1 1 48% !important;
    -ms-flex: 1 1 48% !important;
    flex: 1 1 48% !important; }

@media only screen and (max-width: 1650px) {
  #page-container .models-container .two-box-container {
    height: 25vw; } }

@media only screen and (max-width: 1420px) {
  #page-container .models-container .two-box-container {
    height: 30vw; } }

@media only screen and (max-width: 1190px) {
  #page-container .models-container .two-box-container {
    height: 36vw; } }

@media only screen and (max-width: 905px) {
  #page-container .models-container .two-box-container {
    height: 44vw; } }

@media only screen and (max-width: 710px) {
  #page-container .models-container .two-box-container {
    height: 60vw; } }

@media only screen and (max-width: 510px) {
  #page-container .models-container .two-box-container {
    height: 75vw; } }

@media only screen and (max-width: 350px) {
  #page-container .models-container .two-box-container {
    height: 130vw; } }

#page-container .perf-inner .preview-history .history-imgs-container .history-img:last-child {
  min-width: 180px; }
#page-container .perf-inner .preview-history .history-imgs-container .history-img span:not(.vid) {
  bottom: -14px; }

@media only screen and (max-width: 1200px) {
  #page-container .perf-inner .preview-history .history-imgs-container .history-img span:not(.vid) {
    bottom: -3px; } }

body .popup-cover .popup-con .out > a img {
  width: 155px !important;
  margin-top: -20px !important;
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35); }
