* {
    image-rendering: -webkit-optimize-contrast;
}

body {
    margin: 0;
    padding: 0;
}

img {
    cursor: pointer;
    cursor: hand;
}

a img {
    border: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a:active,
a:focus {
    outline: none;
}

#ad {
    /*background-image: url(images/970x250.jpg);*/
    background-color: white;
    background-size: 970px;
    cursor: pointer;
    cursor: hand;
}

#border {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: solid 1px black;
    pointer-events: none;
}

#ad_elements {
    position: absolute;
    width: 970px;
    height: 250px;
}

#video_ad {
    position: absolute;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    bottom: 10px;
    left: 10px;
    height: 230px;
    width: 550px;
    overflow: hidden;
    z-index: 3;
}

#video_ad video {
    width: 105%;
}

#copy {
        position: absolute;
    /* display: flex; */
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    color: black;
    height: 250px;
    width: 384px;
    /* padding: 10px; */
    right: 30px;
}

#logo {
    position: relative;
    width: 464px;
    /* margin: 0px 15px; */
   /* left: 7px;*/
   
}

#logo img {
    width: 30%;
}
#imgplaceholder{
    background-image: url('images/poster.jpg');
   
    position: absolute;
    left:10px;
    top:10px;
    width:550px;
    height: 230px;
    display: none;
    z-index:4;

}
/*#pb_logo {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    width: 200px;
    margin: 10px 0px;
}

#pb_logo img {
    width: 100%;
}*/

#copy_area {
           position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    /* margin: 19px 0px; */
    width: 420px;
    height: 250px;
    /* margin: 0px 15px; */
    /* top: 17px;*/
}

#header {
          font-family: 'Gotham Narrow Medium', sans-serif;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    margin: 12px 0px 14px 0px;

}

#footer {
    position: absolute;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 498px;
    bottom: 3px;
    font-family: 'Archivo', sans-serif;
    font-size: 8px;
    line-height: 10px;

}

.cta {
   

 position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: 1px;
     width: 115px;
    height: 30px;
    background-color: black;
    color: white;
   /* font-weight: bold;*/
    border-radius: 0px;
    font-family: 'Gotham Narrow Medium', sans-serif;
    
}

/*-------------------------------------------------------feed-------------------------------------------------------*/

#first_tab {
   position: absolute;
    bottom: 0px;
    right: 1px;
    width: 570px;
    /* width: 280px; */
    height: 250px;
    z-index: 1;
    background-color: white;
}

#first_tab .viewport {
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#first_tab .item {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 250px;
    width: 190px;
  

}
/* #first_tab .active .item {
    
   
} */


#first_tab .item_image {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    width: 190px;
    height: 250px;
    -webkit-box-shadow: 0px 4px 11px -7px rgba(0,0,0,0.68); 
box-shadow: 0px 4px 11px -7px rgba(0,0,0,0.68);
}

/* #first_tab .item_image img {} */

/*navigation*/


.flip-card {
  background-color: transparent;
  width: 190px;
  height: 250px;
  perspective: 1000px;
}

.flip-card-inner {

  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;

}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.flip-card-front {

  
  color: black;

}

.flip-card-back {

  background-color: #f3f3f3;
  color: black;
  font-family: 'Gotham Narrow Medium', sans-serif;
  transform: rotateY(180deg);
}
.flip-card-back .item_name {

  margin:  10px;
}
.flip-card-back .item_price {

  margin: 10px;
}


.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
