﻿/*celular em pé*/

@media only screen and (max-device-width : 600px)  and (orientation : portrait)
{

.bx-viewport 
{
    position: relative;
	margin: 0 0 0 0;
    height: 570px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    background-image: none;
    margin-top: 0px;
    height: 570px !important;
    position: relative;
    
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-next 
{
    left: 96.52%;
    background: url(../../images/proximo.png);
}


}


