﻿/*celular em pé*/

@media only screen and (min-device-width : 601px) and (max-device-width : 768px)  and (orientation : portrait)
{

.bx-viewport {
    position: relative;
	margin: 0 0 0 0;
    height: 367px !important;	
}


    /** THEME
===================================*/

.bx-wrapper 
{
    height: 367px !important;
    background-color: transparent;
    
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-next 
{
    left: 96.52%;
    background: url(../../images/proximo.png);
}

}
