/* Responsive styles */
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
 

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  div.myxdStudioDownload .downloadimgA {
    left: -500px;
    bottom: -44%;
  }
  div.myxdStudioDownload .downloadImg img {
    height: 585px;
    object-fit: contain;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

div.myxdStudioDownload .downloadimgA {
  left: -500px;
  bottom: -44%;
}
div.myxdStudioDownload .downloadImg img {
  height: 585px;
  object-fit: contain;
}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1400.98px) {

div.myxdStudioDownload .downloadimgA {
  left: -500px;
  bottom: -44%;
}
div.myxdStudioDownload .downloadImg img {
  height: 700px;
  object-fit: contain;
}

}

/* // For 2k Monitors, (more than 1401 px) */
@media (min-width: 1401px) and (max-width: 1599.98px) {
  div.myxdStudioDownload .downloadimgA {
    left: -475px;
    bottom: -33%;
}
div.myxdStudioDownload .downloadImg img {
  height: 700px;
  object-fit: contain;
}
div.myxdStudioDownload .downloadimgB {
  right: -200px;
  bottom: -19%;
}
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  div.myxdStudioDownload .downloadimgA {
    left: -467px;
    bottom: -8%;
}
div.myxdStudioDownload .downloadImg img {
  height: 700px;
  object-fit: contain;
}
div.myxdStudioDownload .downloadimgB {
  right: -200px;
  bottom: 5%;
}

}

@media (min-width: 1920px) and (max-width: 2559.98px) {
  div.myxdStudioDownload .downloadimgA {
    left: -680px;
    bottom: -17%;
}
}

@media (min-width: 2560px) {
}
