﻿@media screen and (min-device-width : 1300px)
{ 
.bx-wrapper 
{
	position: relative;
	margin: 0 !important;
	width: 100% !important;
	left: 0;
    height: 310px !important;	
}

    /** THEME
===================================*/

.bx-viewport 
{
    height: 310px !important;
    background-color: transparent;
    
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-next 
{
  left: 97%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/proximo.png);
}

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  background-color: transparent;
  width:35px;
  height:310px;
  outline: 0;
  margin-top: -310px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}
}