/* SINCE NECESSAY COMMANDS INCLUDED IN CUSTOM CSS PROVIDED BY EVANGADI[STYLE.CSS], I USE THIS STYLE SHEEET ONLY FOR ADDITIONAL DESIRED EFFECTS */
img {
  display: block;
}
.iphone-11-Pro-wrapper {
  background-image: url("../images/home/iphone11-pro-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 710px;
  color: white;
}
.iphone-11-Pro-wrapper .price-wrapper {
  color: #86868b;
}
.iphone-11-wrapper {
  background-image: url("../images/home/iphone11-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 710px;
  color: black;
}
.iphone-11-wrapper .price-wrapper {
  color: #86868b;
}
.apple-watch-wrapper {
  background-image: url("../images/home/watch-series-5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  color: black;
}
.apple-card-wrapper {
  background-image: url("../images/home/apple-card.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  color: black;
}
.apple-tv-wrapper {
  background-image: url("../images/home/apple-tv-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  color: black;
}
.AirPods-Pro-wrapper {
  background-image: url("../images/home/air-pods.jpg");
  background-color: black;
  background-size: initial;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 600px;
  color: white;
}
.Apple-ipad-wrapper {
  background-image: url("../images/home/new-ipad.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  color: black;
}
