/* smartphones, iPhone, portrait 480x320 phones */
@media (max-width:750px) and (min-width:598px) {
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width:300px) and (max-width:599px) {

}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:600px) and (max-width:899px) {

}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:900px) {
}

/* big landscape tablets, laptops, and desktops */
@media (max-width:1025px) {
}

 /* hi-res laptops and desktops */
@media (min-width:1440px) {

}

 /* hi-res laptops and desktops */
@media (max-height:800px) {
.bx-wrapper .bx-next { bottom: -60px !important;}
.bx-wrapper .bx-prev { top: -60px !important;}
.homepage {
  background-position: right;
}
}

@media (min-height:801px) {
.bx-wrapper .bx-next { bottom: -90px !important;}
.bx-wrapper .bx-prev { top: -90px !important;}
}
