/*---------------------------------------------- News Section ----------------------------------------------*/

.page-designs #swipe1 .middle-center h1 {
    display: block!important;
}

.cardbox {

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    z-index: 999;

    position: relative;

    transform: rotate(-5deg);

}



.card {

    width: 100%;

    height: 80vh;

    transform-style: preserve-3d;

    perspective: 600px;

}

.card:hover .front {

  transform: rotateY(-180deg);

}

.card:hover .back {

  transform: rotateY(0deg);

}



.card .front {

  position: absolute;

  top: 0;

  left: 0;

  background: orange;

  background-image: url(../img/brand/poster_studio.jpg);

  background-position: center center;

  background-size:cover;

  height: 100%;

  width: 100%;

  backface-visibility: hidden;

  transform: rotateY(0deg);

  transition: 0.5s;

  border: 15px solid #cfceca;

  overflow: hidden;

  box-shadow: 2px 5px 10px rgba(0,0,0,0.5);

}

.card .back {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  backface-visibility: hidden;

  transform: rotateY(180deg);

  transition: 0.5s;

  background-image: linear-gradient(to bottom, #0F2027, #203A43, #2C5364);

  color: #fff;

  border: 15px solid #cfceca;

  overflow: hidden;

  box-shadow: 2px 5px 10px rgba(0,0,0,0.5);

}



.cardbox:after {

    content: '.';

    position: absolute;

    height: 100%;

    width: 100%;

    z-index: -1;

    background-color: #8f8f8f;

    transform: rotate(5deg);

}



.card .front .data, .card .back .data {

    display: flex;

    height: calc(100% - 20px);

    flex-direction: column;

    align-items: center;

    justify-content: center;

    margin: 10px;

}



.data .details {

  padding-top: 4vh;

  text-align: center;

  width: 80%;

}




h1.callout-headline:first-child {
    margin-bottom: 0px;
    font-size: calc(12vh + 1.25vw);
	line-height: 0.7em;
}

h1.callout-headline:nth-child(2) {
    margin-bottom: 0px;
	font-size: calc(3vh + 1.25vw);
	line-height: 1.0em;
}

h1.callout-headline:nth-child(3) {
    margin-bottom: 25vh;
    font-size: calc(16vh + 1.25vw);
	line-height: 1.0em;
}

.middle-top.no-margin.absolute-top {
    mix-blend-mode: lighten;
}

/*---------------------------------------------- Section Responsive ----------------------------------------------*/



@media screen and (min-width: 1501px) {

/*---------- Insert Style -----------*/

}



@media screen and (max-width: 1500px) {

/*---------- Insert Style -----------*/

}



@media screen and (max-width: 1450px) and (min-width: 769px){

/*---------- Insert Style -----------*/

}



@media screen and (max-width: 1200px) {

/*---------- Insert Style -----------*/

}



@media screen and (max-width: 1120px) and (min-width: 769px){

/*---------- Insert Style -----------*/

}



@media screen and (min-width: 1170px) {

/*---------- Insert Style -----------*/

}



@media screen and (min-width: 769px) {

/*---------- Insert Style -----------*/

}



@media screen and (max-width: 768px) {

	.page-designs #swipe1 .middle-center h1 {
		display: block!important;
	}
  
	.middle-bottom img.img-responsive {
		max-height: 70vh;
		margin: 0px auto;
	}

	h1.callout-headline:nth-child(2) {
		margin-bottom: 0px;
		font-size: calc(4.2vh + 1.25vw);
	}

  .controls-wrapper {
      position: absolute;
      width: calc(100% - 6vh);
      bottom: auto;
  }
}



@media screen and (max-width: 540px) {

/*---------- Insert Style -----------*/

}



@media screen and (max-width: 498px) {

/*---------- Insert Style -----------*/

}