﻿/*celular em pé*/

@media only screen and (min-device-width : 641px) and (max-device-width : 1080px) and (orientation : landscape)
{

.bx-viewport 
{
	position: relative;
	margin: 0 0 0 0;
    height: 343px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    height: 343px !important;
    background-color: transparent;
    
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 2px;
  background: url(../../images/anterior.png);
}

    .bx-wrapper .bx-next {
        left: 94.1%;
        background: url(../../images/proximo.png);
    }

}