﻿@media only screen and (min-device-width : 641px) and (max-device-width : 1080px) and (orientation : landscape)
{
    
.bx-viewport 
{
   height: 292px !important;    
   margin-top: 0px;
}

.bx-wrapper 
{
    width: 475px;
    height: 292px !important;
}

.bx-wrapper .bx-next 
{
    left: 92.5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/proximo.png);
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: landscape) 
{
.bx-viewport 
{
	position: relative;
	margin: 0;
    height: 230px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    width: 390px;
    height: 230px !important;   
}

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  background-color: transparent;
  width:35px;
  height: 230px;
  outline: 0;
  margin-top: -230px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-next 
{
    left: 91.3%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/proximo.png);
}

