﻿/*celular deitado*/

@media only screen and (min-device-width : 320px) and (max-device-width : 520px)  and (orientation : landscape)
{   
    .bx-wrapper .bx-next 
{
  left: 92.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/proximo.png);
}
}
