/* !Normalizing */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,figcaption,figure,footer,
header,hgroup,menu,section,summary,time,
mark,audio,video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
}
body {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
a {
  text-decoration: none !important;
}
a:hover {
  color: #e99800;
}
/* !Header */
header {
  height: 70px;
  background-color: #fff;
	background-color: ;
  color: ;
  display: block;
  overflow: hidden;
  position: relative;
}
#logo-wrap {
  margin: 0px auto 0 20px;
	width: 220px;
  height: 55px;
  /*overflow: hidden;*/
	display: block;
}
.logo {
	width: 100%;
	margin-top: 10px;
	height: auto;
	max-height: 40px;
	display: block;
}
.logo img {
	display: block;
	width: 100%;
	height: 100%;
}
.nav-login {
	position: absolute;
	right: 0px;
	top: 0px;
  color: inherit !important;
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  width: 80px;
}
.top-cta {
	display:none;
}

/* !Video Wrap
#video-wrap {
    overflow: auto;
    position: relative;
    margin-bottom: 25px;
}
#main-video {
	margin: 0px auto;
	display: block;
    position: relative;
    width: 90%;
    min-height: 534px;
    background: #efefef;
    overflow: hidden;
} */

/* !Video Controls
#channel-select-wrap {
    overflow: auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9999 !important;
}
#channel-select-wrap div {
	margin: 0px auto;
	display: block;
    position: relative;
    width: 90%;
    height: 60px;
    overflow: hidden;
    color: #2c2c2c;
    position: relative;
}
.vid-select {
	display: block;
    line-height: 20px;
    height: 20px;
    font-size: 30px;
    width: 25%;
    margin-left: 50%;
    color: #f4f4f4;
    text-align: center;
}
#channel-select-wrap div a {
    color: inherit !important;
    background: #f4f4f4;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: 25%;
} */

/* !Mute Button
#mute-btn {
    background: url('//m.sancdn.net/common/images/unmuted-big.png') no-repeat;
    position: absolute;
    top: 17px;
    left: 17px;
    z-index: 9999;
    width: 54px;
    height: 54px;
    opacity: 0.85;
    overflow: hidden;
}
#mute-btn:hover {
    opacity: 1;
}
.muted {
    background: url('//m.sancdn.net/common/images/muted-big.png') no-repeat !important;
} */


/* !Carousel Wrap */
.carousel {
	height:260px;
	width:100%;
	position:relative;
}

.liveNow {
	font-size:14px;
	font-style: italic;
	/* Rectangle 2: */
	background: rgba(0,0,0,0.62);
	border-radius: 3px;
	/* LIVE NOW: */
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin:10px;
	width:93px;
	height:24px;
	position:absolute;
	right:0;
	z-index:100;
}

.liveNow .fa-circle {
	color:#6FFF0D;
	margin:5px 0 5px 5px;
}

.blink {
	/*font-size:10px;*/
	color:#22FF00;
	text-transform: uppercase;
	/*vertical-align: middle;*/
	margin-left:5px;

  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.liveText {
	color:#FFFFFF;
	text-transform: uppercase;
}
.performerImage {
	height:260px;
	width:100%;
}

.performerName {
	background-image: linear-gradient(-180deg, #646464 0%, #303030 100%);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.53);
	border-radius: 2px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	position:absolute;
	right:10px;
	bottom:10px;
	color:#FFFFFF;
	height:36px;
	line-height: 36px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.65);
	min-width:176px;
	text-align: center;
}
.performerActualName {
	line-height: 36px;
	display:inline-block;
	margin-bottom: 10px;
	padding:0 10px 0 0;
	vertical-align: middle;
}
.mailIcon {
	font-size:18px!important;
	line-height: 36px!important;
	padding:0 5px 0 10px;
}

.img-container {
	height:260px;
	width:100%;
	position: relative;
}


.mySlides {
	display:none;
	background-position: center center;
    background-repeat: no-repeat;
    height:260px;
    width:100%;
    overflow: hidden;
    position:absolute;
}


/*PLAY BUTTON*/
.playButton {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.playButton .fa-play {
	color:#FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size: 35px!important;
}
.circleBorder {
	width: 110px;
	height: 110px;
	background: transparent;
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px;
	border-radius: 65px;
	border:6px solid #FFFFFF;

}

/*END PLAY BUTTON*/


.icon-arrow-left {
	padding-right:10px;
}
.icon-arrow-right {
	padding-left:10px;
}
.carouselButtonLeft:focus {
	outline:none;
}
.carouselButtonRight:focus {
	outline:none;
}

.slideContent {
  background-position: center center;
  background-repeat: no-repeat;
  height:265px;
  width:auto;
}

/*.play-btn {
  position: absolute;
	left: 50%;
	top: 50%;
	margin: -53px 0px 0px -53px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 32px;
	z-index: 4;
	background: rgba(14, 14, 14, 0.55);
	display: block;
	text-indent: 2px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	background: rgba(255,255,255,0.50);
	border: 6px solid #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.30), inset 0 0 15px 0 rgba(0,0,0,0.21);
}*/

.perf-info-bar {
	position: absolute;
	left: 50%;
	margin-left: -135px;
	bottom: 0px;
	width: 270px;
	height: 40px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7);
}
.perf-signal {
	float: left;
	display: block;
	color: #06be1c;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
}
.perf-name {
	width: 129px;
	height: 40px;
	line-height: 14px;
	float: left;
	font-size: 12px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
}
.perf-name > span {
	display: block;
	height: 6px;
}
.perf-user-count,
.perf-sound {
	float: left;
	display: block;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	text-shadow: 1px 1px 0px #000000;
}
.perf-user-count {
	width: 60px;
}
.perf-user-count > i {
	color: ;
}
.perf-sound {
	width: 40px;
	border-left: solid 1px #000000;
}

/* !Thumb Grid Wrap */
#thumb-grid-wrap {
	border-top: solid 1px #b4b4b4;
	border-bottom: solid 10px #b4b4b4;
	display: block;
	padding-bottom: 25px;
  position: relative;
  background: -webkit-linear-gradient(#323232 0%, #202020 100%);
}
#thumb-grid-title {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}
#thumb-grid-title h1,
#thumb-grid-title h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#thumb-grid-title h1 {
	font-size: 33px;
	line-height: 44px;
}
#thumb-grid-title h2 {
	margin-top: 4px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
#thumb-grid-title h2 > span {
    color: ;
}
.thumb-wrap-inner {
	width: 95%;
	margin: 0px auto;
	overflow: auto;
}
.thumb-grid-item {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}
.thumb-grid-item-name {
	width: 90%;
	margin: 0px auto;
	display: block;
	color: #d7d7d7;
	font-size: 14px;
	margin-bottom: 3px;
}
.thumb-grid-item-img-wrap {
	margin: 0px auto;
	position: relative;
	display: block;
	width: 90%;
	overflow: hidden;
	padding-bottom: 56.25%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.65);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.65);
	border: ;
}
.thumb-grid-item-img-wrap > img {
	position: absolute;
	z-index: 1;
	width: 100%;
	display: block;
	-webkit-border-radius: 4px 4px 10px 10px;
	border-radius: 4px 4px 10px 10px;
}
.thumb-grid-item-live {
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 5px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background:rgba(0,0,0,0.7);
	padding:5px;
	border-radius:5px;
}
.thumb-grid-item-live i {
	color: #36f500;
}
/* Flashing live tag */
@-moz-keyframes flash {
	0%,100%,50%{opacity:1}
	25%,75%{opacity:0}
}
@-webkit-keyframes flash {
	0%,100%,50%{opacity:1}
	25%,75%{opacity:0}
}
@-ms-keyframes flash {
	0%,100%,50%{opacity:1}
	25%,75%{opacity:0}
}
@keyframes flash {
	0%,100%,50%{opacity:1}
	25%,75%{opacity:0}
}
.faa-flash  {
	-moz-animation: flash 2s ease infinite;
	-webkit-animation: flash 2s ease infinite;
	-ms-animation: flash 2s ease infinite;
	animation: flash 2s ease infinite;
}
.thumb-grid-item-play {
	position: absolute;
	z-index: 2;
	right: 50%;
	top: 50%;
	margin: -10px -10px 0px 0px;
	color: #fff;
	font-size: 26px;
	line-height: 20px;
	text-shadow: 0px 0px 7px black;
}
#pagination-wrap {
	width: 250px;
	display: block;
	margin: 0px auto;
	margin-top: 15px;
	overflow: auto;
}
#pagination-wrap span {
	margin-right: 10px;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #000;
	border: solid 1px ;
	color: #fff;
}
#pagination-wrap .pag-crnt {
	color: ;
	background-color: ;
	background: #fff;
}
#pagination-wrap .pag-elp {
	background: transparent;
	border: none;
	line-height: 45px;
	color: #fff;
	margin-right: 0px;
}
/* !Cat Wrap */
#cat-wrap {
  overflow: auto;
	display: block;
  position: relative;
  background: #e7e7e7;
	border-bottom: solid 10px #b4b4b4;
}
#cat-wrap-title {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}
#cat-wrap-title h1,
#cat-wrap-title h2 {
	color: #2a2a2a;
	text-transform: uppercase;
	text-align: center;
}
#cat-wrap-title h1 {
	font-size: 26px;
	line-height: 26px;
	font-style: italic;
}
#cat-wrap-title h2 {
	margin-top: 4px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
#cat-wrap-title h1 > span {
  color: ;
}
.cat-link {
  width: 95%;
  margin: 0px auto;
  margin-bottom: 10px;
  position: relative;
  border-bottom: solid 1px #5b5b5b;
  display: block;
  line-height: 45px;
  font-weight:700;
  color: #fff !important;
  text-align: center;
  background: #373737;
  font-size: 18px;
  overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.55);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.55);
}
.cat-rand-num {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	display: block;
	line-height: 45px;
	width: 45px;
	font-size: 14px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#cat-wrap a i {
  display: block;
  position: absolute;
  top: 0px;
  right: 7px;
  color: inherit;
  line-height: inherit;
}
/* !Features Wrap */
#features-wrap {
  overflow: auto;
	display: block;
  position: relative;
  background: #272727;
  padding-bottom: 15px;
}
#features-wrap-title {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}
#features-wrap-title h1,
#features-wrap-title h2 {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
#features-wrap-title h1 {
	font-size: 26px;
	line-height: 26px;
	font-style: italic;
}
#features-wrap-title h2 {
	margin-top: 4px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
#features-wrap-title h1 > span {
  color: ;
}
.feature-item {
  width: 95%;
  margin: 0px auto;
  margin-bottom: 10px;
  position: relative;
  display: block;
	line-height: 45px;
  color: #000 !important;
  text-align: center;
  background: #373737;
  font-size: 18px;
  overflow: hidden;
	background: #fff;
}
.feature-check {
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 999;
	display: block;
	line-height: 41px;
	width: 41px;
	font-size: 14px;
	text-align: center;
	background: #000;
  color: ;
}
.features-cta {
  width: 95%;
  margin: 0px auto;
  margin-bottom: 10px;
  margin-top: 25px;
  position: relative;
  display: block;
	line-height: 45px;
  color: #fff !important;
  text-align: center;
  background: #373737;
  font-size: 18px;
  overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.55);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.55);
  background: #3bc87d;
	background: -moz-linear-gradient(top,  #3bc87d 0%, #2ba665 100%);
	background: -webkit-linear-gradient(top,  #3bc87d 0%,#2ba665 100%);
	background: linear-gradient(to bottom,  #3bc87d 0%,#2ba665 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc87d', endColorstr='#2ba665',GradientType=0 );
}
.features-cta i {
  display: block;
  position: absolute;
  top: 0px;
  right: 7px;
  color: inherit;
  line-height: inherit;
}
/* !Footer */
footer {
	line-height: 12px;
	background: #000000;
	color: #848484;
	font-size: 10px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	overflow: auto;
	padding: 5px 0px 5px 0px;
}
footer a {
	color: #848484 !important;
}

/* !BigVideo Config
#big-video-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#big-video-vid,
#big-video-image {
    position: absolute;
} */

/* !Landscape Styles
@media only screen and (max-width: 1023px) {

	video {
		//width: 700px !important;
		//margin-left: -50px;
	}

} */

/*
@-webkit-keyframes pulse {
	0% {-webkit-transform: scale(0); opacity: 0;}
	8% {-webkit-transform: scale(0); opacity: 0;}
	15% {-webkit-transform: scale(0.1); opacity: 1;}
	30% {-webkit-transform: scale(0.5); opacity: 1;}
	100% {opacity: 0; -webkit-transform: scale(1);}
}
@-moz-keyframes pulse {
	0% {-moz-transform: scale(0.8); opacity: 0.7;}
	50% {-moz-transform: scale(1); opacity: 1;}
	100% {-moz-transform: scale(0.8); opacity: 0.7;}
}
.xyz {
	-webkit-animation: pulse 2s linear infinite;
	-moz-animation: pulse 2s linear infinite;
}
*/
/*LANDSCAPE*/
@media all and (orientation:landscape) {
  /* Styles for Landscape screen */
/*video { 
  -webkit-transform: scaleX(2); 
  -moz-transform: scaleX(2);
}*/

.top-cta {
  	display:block;
  	color:#FFFFFF!important;
  	text-transform: uppercase;
  	background-image: linear-gradient(-180deg, #FF0000 0%, #930000 100%);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.66);
	border-radius: 4px;
	height:45px;
	position:absolute;
	width:60%;
	line-height: 45px;
	z-index: 9;
	text-align: center;
	font-size:24px;
	font-weight:700;
	bottom:10px;
	left:50%;
	right:50%;
	transform:translateX(-50%);
	text-decoration: none;
		/*padding-left:40px;*/
}
.top-cta .fa.fa-chevron-right {
  	font-size:20px;
  	float:right;
  	line-height:45px;
  	margin-right:5px;
}

	header {
		display:none;
	}
	.chat {
		display:none;
	}
	.fullscreenIcon {
		display:none;
	}
	.slideContent {
		height:auto;
		/*height:100%;*/
		width:100%;
		/*overflow:auto;*/
	
	}
	.performerImage {
		height:100%;
	}
	.performerName {
		display:none;
	}
	#slide {
		height:75vh;

	}
	.main {
		height:100%;
		margin-top: 0;
	}
	.carousel {
		height:75vh;
	}
	.mySlides {
		height:75vh;
		/*width:auto;*/
		width:100%;
	}
	.bottomCtaSection {
		display:none;
	}

	.landscapeBottom {
		display:block;
		float:right;
	}
	.bottomCta {
		height:42px;
		line-height:42px;
		width:179px;
		/* yellow gold button: */
		background-image: linear-gradient(-180deg, #FBE112 0%, #CC7D00 100%);
		box-shadow: 0 4px 6px 0 rgba(0,0,0,0.51);
		border-radius: 2px;
		/* Browse ALL Cams: */
		font-style: italic;
		font-size: 16px;
		color: #212121;
		text-align: center;
		text-transform: initial;
		margin-right:10px;
		margin-bottom:10px;

	}
	.landscapeBottomCtaText {
		margin-left:10px;
	}
	.landscapeBottomCtaText .fa-chevron-right {
		font-size:12px;
		margin-left: 10px
	}
	.uppercase {
		text-transform:uppercase;
	}

	/*.playButton {
		top:30%!important;
		left:40%;
	}
	.carouselButtonRight {
		top:40%!important;
	}
	.carouselButtonLeft {
		top:40%!important;
	}*/
	.img-container {
		height:100%;
	}
	#sprite {
		background-size:100%;
		height:100%;
	}
	#sprite2 {
		background-size:100%;
		height:100%;
	}
	.footer {
		background:transparent;
	}
}

@media (min-width: 375px) {
	#sprite {
		background-size:100%;
	}
	#sprite2 {
		background-size:100%;
	}
	.legalLinks {
		display:none;
	}
}
@media (max-width: 350px) {
	.chat {
		height:180px;
	}
}
@media (min-width: 415px) {
	#sprite2 {
		width:100%;
	}
}

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) {

    	.slideContent {
    		height:auto;
    		width:100%;
    	}
    	.mySlides {
    		overflow:hidden;
    		position:relative;
    	}
}


/*iPad Styles*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	.slideContent {
  		width:100%;
  		height:auto;
  	}
  	.carousel {
  		height:auto;
  	}
  	.mySlides {
  		height:auto;
  	}
  	.liveNow {
  		font-size:35px;
  		width:235px;
  		height:45px;
  	}
  	.liveNow .fa-circle {
  		margin-left:10px;
  	}

  	.playButton {

  	}
  	.circleBorder {
  		width:175px;
  		height:175px;
  		border-radius:100px;
  	}
  	.circle {
  		width:175px!important;
  		height:175px!important;
  		border-radius:100px!important;
  	}
  	.playButton .fa-play {
  		font-size:60px!important;
  	}
  	.carouselButtonRight {
  		width:70px!important;
  		height:100px!important;
  		border-bottom-left-radius: 70px!important;
  		border-top-left-radius:70px!important;
  		line-height:100px;
  		font-size:40px!important;
  	}
  	.carouselButtonLeft {
  		width:70px!important;
  		height:100px!important;
  		border-bottom-right-radius: 70px!important;
  		border-top-right-radius:70px!important;
  		line-height:100px;
  		font-size:40px!important;
  	}
  	.performerImage {
  		height:auto;
  	}

  	.nav-login {
  		font-size:16px;
  	}
  	#logo-wrap {
  		margin: 0px 30px;
  	}
  	.top-cta {
  		display:block;
  		color:#FFFFFF!important;
  		text-transform: uppercase;
		background-image: linear-gradient(-180deg, #FF0000 0%, #930000 100%);
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.66);
		border-radius: 4px;
		height:75px;
		position:absolute;
		width:70%;
		line-height: 75px;
		z-index: 9;
		text-align: center;
		font-size:32px;
		font-weight:700;
		bottom:5%;
		left:50%;
		right:50%;
		transform:translateX(-50%);
		text-decoration: none;
		/*padding-left:40px;*/
  	}
  	.top-cta .fa.fa-chevron-right {
  		font-size:28px;
  		float:right;
  		line-height:75px;
  		margin-right:5px;
  	}
  	.play-btn {
  		width:175px;
  		height:175px;
  		line-height: 175px;
  		font-size:60px;
  		margin:-100px 0px 0px -115px;
  	}


	#thumb-grid-title h1 {
		padding-top:40px;
		font-size:50px;
  		line-height:80px;
	}
  	#cat-wrap-title h1 {
  		font-size:40px;
  		line-height:40px;
  	}
  	.thumb-grid-item-live {
  		font-size:20px;
  		right: 10px;
		top: 10px;
  	}
  	.thumb-grid-item-play {
  		font-size:35px;
  	}
  	.thumb-grid-item-name {
  		font-size:20px;
  	}

  	.cat-rand-num {
  		height:55px;
  		line-height:55px;
  		font-size:18px;
  	}
  	.cat-link {
  		width:70%;
  		height:55px;
  		line-height: 55px;
  		font-size: 25px;
  	}
  	#features-wrap-title h1{
  		font-size:40px;
  		line-height: 40px;
  	}

  	.feature-item {
  		width:70%;
  		height:55px;
  		line-height:55px;
  		font-size: 25px;
  	}
  	.feature-check {
  		height:50px;
  		line-height:50px;
  		font-size:20px;
  	}

  	.features-cta {
  		width:70%;
  		height:70px;
  		line-height: 70px;
  		font-size: 30px;
  	}

}

@media (max-width: 350px) {
	/*.playButton {
		top:25%;
	}*/
	/*.carouselButtonRight {
		top:30%!important;
	}
	.carouselButtonLeft {
		top:30%!important;
	}*/
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  	.carousel {
  		height:50vh;
  	}
  	.mySlides {
  		height:100%;
  	}
  	.performerName {
  		display:none;
  	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	.mySlides {
  		height:100%;
  		width:100%;
  	}
  	.slideContent {
  		/*width:auto;*/
  		/*height:100%;*/
  	}
}

