﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600);

.snip1336 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 230px;
  max-width: 315px;
  width: 90%;
  height: 546px;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color: #141414;
  margin-left: 2%;
}
.snip1336 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1336 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1336 figcaption {
  width: 100%;
  background-color: #141414;
  padding: 25px;
  position: relative;
}
.snip1336 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #141414;
}

.snip1336 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.snip1336 h2 {
  margin: 0 0 5px;
  font-weight: 300;
}
.snip1336 h2 span {
  display: block;
  font-size: 0.5em;
  color: #2980b9;
}

.snip1336 p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}

@media only screen and (max-width:1600px) {
    .snip1336:nth-child(odd){
        margin-left:20%;
    }

    .snip1336:nth-child(even){  
        margin-right: 10%;
        margin-left: 10%;       
    }
}

@media only screen and (max-width: 1310px) {

    .snip1336:nth-child(even){  
        margin-right: 10%;            
    }

    .snip1336:nth-child(odd){
        margin-left:10%;
    }
}

@media only screen and (max-width: 910px) {

    .snip1336:nth-child(even){
            display: inline-block;
            margin-left: 30%;
            
    }

    .snip1336:nth-child(odd){
            display: inline-block;
            margin-left: 30%;
            
    }
     
    
}

@media only screen and (max-width: 650px) {

    .snip1336:nth-child(even){
            display: inline-block;
            margin-left: 20%;
            
    }

    .snip1336:nth-child(odd){
            display: inline-block;
            margin-left: 20%;
            
    }
     
    
}

@media only screen and (max-width: 520px) {

    .snip1336:nth-child(even){
            display: inline-block;
            margin-left: 15%;
            
    }

    .snip1336:nth-child(odd){
            display: inline-block;
            margin-left: 15%;
            
    }
     
    
}

@media only screen and (max-width: 410px) {

    .snip1336:nth-child(even){
            display: inline-block;
            margin-left: 5%;
            
    }

    .snip1336:nth-child(odd){
            display: inline-block;
            margin-left: 5%;
            
    }
     
    
}