.mac {
  height: 459px;
  left: 35%;
  top: 26%;
  width: 800px;
  z-index: 1;
}
.mac .imgBX {
  background-position: top !important;
  background-size: 100% !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 422px;
  right: 76px;
  top: 4px;
  transition: 8s;
  width: 648px;
}
.mac:hover .imgBX {
  background-position: bottom !important;
}
.mac:after {
  background-color: #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
  height: 16px;
  position: absolute;
  right: 50%;
  top: 4px;
  transform: translateX(50%);
  width: 10%;
  z-index: 1;
}
.iphone {
  height: 362px;
  left: 13%;
  top: 37%;
  width: 180px;
  z-index: 1;
}
.iphone .imgBX {
  background-position: top !important;
  background-size: 100% !important;
  border-radius: 11px;
  height: 339px;
  left: 12px;
  top: 12px;
  transition: 15s;
  width: 157px;
}
.iphone:hover .imgBX {
  background-position: bottom !important;
}
.iphone:after {
  background-color: #000;
  border-radius: 30px;
  content: "";
  height: 16px;
  position: absolute;
  right: 50%;
  top: 17px;
  transform: translateX(50%);
  width: 32%;
  z-index: 1;
}
.ipad {
  height: 554px;
  left: 20%;
  top: 13%;
  width: 400px;
}
.ipad .imgBX {
  background-position: top !important;
  background-size: 100% !important;
  border-radius: 15px;
  height: 511px;
  left: 21px;
  top: 22px;
  transition: 9s;
  width: 357px;
}
.ipad:hover .imgBX {
  background-position: bottom !important;
}
@media (max-width: 1600px) {
  .ipad {
    height: 410px;
    left: 24%;
    top: 13%;
    width: 260px;
  }
  .ipad .imgBX {
    height: 333px;
    left: 10px;
    top: 13px;
    width: 240px;
  }
  .mac {
    height: 319px;
    left: 35%;
    top: 26%;
    width: 550px;
  }
  .mac .imgBX {
    height: 295px;
    right: 52px;
    top: 4px;
    width: 445px;
  }
  .iphone {
    left: 18%;
    top: 37%;
  }
  .iphone:after {
    height: 10px;
    top: 10px;
    width: 29%;
  }
  .iphone .imgBX {
    left: 12px;
    top: 12px;
  }
}
@media (max-width: 1140px) {
  .single-portfolio .min-vh-75 {
    min-height: 85vh !important;
  }
  .mac:after {
    height: 9px !important;
    width: 13% !important;
  }
  .mac {
    height: auto !important;
    right: 0 !important;
    top: 26% !important;
  }
  .mac,
  .mac img {
    width: 100% !important;
  }
  .mac img {
    padding: 0 20px !important;
  }
  .mac .imgBX {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    height: calc(100% - 30px) !important;
    left: 50% !important;
    top: 5px !important;
    transform: translateX(-50%) !important;
    transition: 2s !important;
    width: calc(80% - 30px) !important;
  }
  .iphone {
    right: 50% !important;
    transform: translateX(50%) !important;
  }
  .ipad,
  .iphone {
    top: 25% !important;
  }
  .ipad {
    height: auto !important;
    right: 0 !important;
  }
  .ipad,
  .ipad img {
    width: 100% !important;
  }
  .ipad img {
    padding: 0 28% !important;
  }
  .ipad .imgBX {
    height: 93% !important;
    left: 50% !important;
    top: 3% !important;
    transform: translateX(-50%) !important;
    transition: 2s !important;
    width: 41% !important;
  }
}
