.about{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
background:linear-gradient( 180deg , #030202 , #000000);
color: #FFFFFF;
padding-top: 1vw;
padding-bottom: 1.56vw;
margin:  5vh  0 15vh 0;
}
.about h1 {
padding: 0.5vw 0;
margin-bottom: 1vw;
}
.about h2 {
opacity: .8;
}
.about span {
display: block;
width: 5.2vw;
height: 5.2vw;
line-height: 5.2vw;
margin:auto;
border-radius:50%;  
font-size: 2.04vw;
color: #FFFFFF;
opacity: 0.7;
background-color: #131112;
border: 0.02vw solid #4C0822;
background: url(photos/bg-photo2.jpg) no-repeat center;
background-size: cover;	webkit-transition:all .5s ease;
moz-transition:all .5s ease;
os-transition:all .5s ease;
transition:all .5s ease; 
}
.about span:nth-child(2){background: url(photos/bg-photo4.jpg) no-repeat center;}
.about span:nth-child(3){background: url(photos/bg-photo3.jpg) no-repeat center;}
.about-item:hover span{
opacity: 1;	
border: 0.02vw solid #CC0039;
font-size: 40.02vw;
-webkit-transform: scale(1.1,1.1) rotate(360deg) ;
-moz-transform: scale(1.1,1.1) rotate(360deg) ;
-o-transform: scale(1.1,1.1) rotate(360deg) ;
transform: scale(1.1,1.1) rotate(360deg) ;
}
.about-item:hover h2{
opacity: 1;
-webkit-transform: scale(1.1,1.1)  ;
-moz-transform: scale(1.1,1.1)  ;
-o-transform: scale(1.1,1.1)  ;
transform: scale(1.1,1.1) ;
}
.about .lead{
color: #CC0039;
font-size:  1.8vh;
text-shadow: 0vw 0vw 0vw rgba(255, 255, 255, 0.568) ,0.02vw -0.01vw 0vw rgba(0, 0, 0, 0.568);
 font-family: 'Varela Round', cursive ,sans-serif ;
}
.about-item:hover .lead{
text-shadow: -0.03vw 0.02vw 0.5vw rgb(0, 0, 0);
color: #73cc67 !important;
transform: scale(1.08);
   }
.aboutMore {
width: 12.56vw;
height: 4vh;
padding: 0.5vw 1.3vw;
font-family: 'Lato', sans-serif;
font-weight: 500;
background: transparent;
cursor: pointer;
position: relative;
display: inline-block;
color: #fff352;
border: 0.05vw solid #fff352;
box-shadow: 0 0 0.26vw #fff352, 0 0 0.26vw #fff352 inset;
z-index: 2;
transition: all 0.3s ease;
overflow: hidden;
text-decoration: none !important;
align-self: flex-end;
margin: 4vw;
}
.aboutMore:after {
position: absolute;
content: " ";
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s ease , scale 0.8s 0.05s linear ,rotate 0.4s 0.3s ease-in-out;
}
.aboutMore:hover {
color: #000 !important;
animation: none !important;
}
.aboutMore:hover:after {
background: #fff352;
-webkit-transform: scale(2) rotate(180deg);
transform: scale(2) rotate(180deg);
box-shadow:  0.2vw 0.2vw 0.3vw 0 rgba(255,255,255, 1),
      -0.2vw -0.2vw 0.3vw 0 rgba(116, 125, 136, .2), 
inset -0.2vw -0.2vw 0.3vw 0 rgba(255,255,255, 1),
inset 0.2vw 0.2vw 0.3vw 0 rgba(116, 125, 136, .3);
}
@media only screen and (max-width: 768px) {
.aboutMore{
   width: fit-content; 
}
.about span {
width: 16vw;
height: 16vw;
}
.about h2 {
font-size: 6vw;
}
} 