@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1566 {
  position: relative;
  display: inline-block;
  margin: 18px;
  max-width: 220px;
  width: 100%;

  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  
  		
    
}


/* Mobile LD */
@media screen and (max-width: 350px)  {
  
 .snip1566 {
  position: relative;
  display: inline-block;
  margin: 65px;
  margin-top:12px;
  margin-bottom:22px;
  max-width: 190px;
  width: 100%;
 
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
 
} 


@media screen and (min-width: 350px) and (max-width: 405px)  {
  /*
 .snip1566 {
  position: relative;
  display: inline-block;
  margin: auto;
  margin-top:12px;
  margin-bottom:22px;
  max-width: 190px;
  width: 100%;
 
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
 */
 .snip1566 {
	width:auto;
	height:auto;
	margin-left:80px;;
	}
	 
} 
@media screen and (min-width: 405px) and (max-width: 430px)  {
	.snip1566 {
	width:auto;
	height:auto;
	margin-left:120px;;
	}
}
@media screen and (min-width: 430px) and (max-width: 436px)  {
	.snip1566 {
	width:auto;
	height:auto;
	margin-left:100px;;
	}
}
@media screen and (min-width: 436px) and (max-width: 470px)  {
	.snip1566 {
	width:auto;
	height:auto;
	margin-left:105px;
	}
}
@media screen and (min-width: 470px) and (max-width: 490px)  {
	.snip1566 {
	width:auto;
	height:auto;
	margin-left:115px;
	}
}
/* Mobile HD */
@media screen and (min-width: 490px) and (max-width: 510px) ){

	.snip1566 {
	width:auto;
	height:auto;
	margin-left:50px;
	}
	 
}

/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px)  {
   .firstsnip
{
	margin-left:2px;
} 
}

/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px) {
    

    .snip1566 {
  position: relative;
  display: inline-block;
  margin: 20px;
  
  width: 90%;
	margin-left:250px;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
 
  margin: 0 auto;
  		
    
}
      
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #bbb;
  border-color: transparent #bbb;
  
 
}




.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.1em;
  z-index: 2;
   color:red;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
 
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}
.type3 {
     max-width: 220px;
  width: 100%;
    height: 220px;
    background: aqua;
    position:relative;
}
