@media all {
div.party_body{
	width: 99%;
	text-align: center;
	display: block;
}
div.party_ribbon{
  width: 90%;
	margin: 5px;
	padding-bottom: 2px;
	text-align: center;
	display: inline-block;
	
}
div.party_column{
	color: #F6BA35;
	background-color: #1E0901;
	padding: 10px;
	position: relative;
}

div.party_double{
  width: 45.4%;
	color: #F6BA35;
	padding: 10px;
	position: relative;
	float: left;
	margin: 1.4%;
	max-height: 680px;
}
div.party_text{
	width:60%;
	display: inline-block;
	text-align: left;
}
* {box-sizing: border-box}
.partyslides1, .partyslides2, .partyslides3 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	left: 0;
}

/* Position the "next button" to the right */
.next {
  left: 90%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}
}
@media only screen and (max-device-width: 360px)
{ div.party_column{
	width: 98%;
	float: none;
	max-height: none;
}
}
@media only screen and (min-device-width: 1140px){
div.party_column{
  width: 29.4%;
        float: left;
        max-height: 650px;
        margin: 1.4%;
}
}

