﻿@media only screen and (min-device-width : 601px) and (max-device-width : 768px)  and (orientation : portrait)
{

.bx-wrapper .bx-next 
{
    left: 91.9%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/proximo.png);
}

}
