/*
*
|  Page Name       : press.css
|  Description     : css for press
|  Created by      : Kathlynn 
|  Date Created    : November 2018
|  Last Update by  : Kathlynn Gallardo
|  Last update     : November 2018
*
*/
/******PRESS CONTAINER******/
.-press-main{
  width: 100%;
  height:100%;
}
.-press-container{
  position: absolute;
  width: 100%;
  height: 1100px;
  background: url(../images/gradient-2.png);
  background-repeat: no-repeat;
  background-size: 100% 85%;
  z-index: -1;
  top: 0;
  text-align: center;
  align-items: center;
}
.-press-container .-title{
  margin: 0px;
  width: 50%;
  padding-top: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
}
/*****PRESS VIDEOS******/
.-press-vid{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 20vh;
  margin-bottom: 18vh;
}
.-video{
  width: 50vh;
  height: auto;
  margin: 5vh 12vh;
}
/******PARTNERS******/
.-media-partners{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10vh;
}
.-media-partners .-images{
  width: 183px;
  height: auto;
  margin: 5vh;
}
.-media-partners .-img{
  width: 100%;
  height: 100%;
}
/******MADEA QUERY******/
@media screen and (max-width: 769px){
  .-press-container {
    position: absolute;
    width: 100%;
    height: 1100px;
    background: url(../images/gradient-mobile-2.png);
    background-repeat: no-repeat, repeat;
    background-size: 100% 85%;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    align-items: center;
  }
  .-press-vid{
    padding: 0vh !important;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 5vh;
    flex-direction: column;
    min-width: 0px !important;

  }
  .-sample {
    width: 100% !important;
    height: 35vh !important;
  }
  .-press-container .-title {
    margin: 0px;
    width: 50%;
    padding-top: 2vh;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: #ffffff;
  }
  .-media-partners{
    margin: 5vh !important;
  }
  .-media-partners .-images {
    margin: 2vh;
    width: 122px;
    height: auto;
  }
}
@media screen and (max-width: 1500px){
  .-press-vid{
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .-sample{
    width: 61vh;
    height: 42vh;
  }
}