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


    /** THEME
===================================*/

.bx-wrapper 
{
    height: 220px !important;
    background-color: transparent;
    
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  width:35px;
  height: 220px;
  outline: 0;
  margin-top: -220px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}

.bx-wrapper .bx-next 
{
    left: 95.8%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/proximo.png);
}

}
