
.full{

    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px; 
    background-color:transparent;
    

}


.full .title-1{
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin-top: 100px;
    line-height: 200%;
    font-weight: bold;
    font-family: auto;
   
}

.full-1{
    transform:rotateY(15deg);
    /* background-color:#4CAF50; */
    font-size:33px;
    margin-bottom:100px;
}

.full-1 .title-1{
    /* background-color:#fb0aaf; */
    font-size:33px;
    /* color:#Fff; */
}



.full:hover{
    transform:rotateY(15deg);
    background-color:#E91E63;
    font-size:33px;
}

.full:hover .title-1{
    /* background-color:#fb0aaf; */
    font-size:33px;
    color:#Fff;
}



.full .full-body-1{
    display: flex;
    width: 90%;
    height: 100%;
    padding: 20px 0px;
    margin: 0px auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
}

.full .full-body-1 .f-li-1{
    display: flex;
    flex:1;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    transition:all 1s ease-in-out;
    
}

.scale {
     transform:scale(1.2);
}


.full .full-body-1 .f-li-1  img:hover{
    transition:all 0.5s ease-in-out;
    transform: scale(1.2);
}


.full .full-body-1 .f-li-1 img{
    max-width:100%;
    height:auto;
    border:0px; 
    
}

@media (max-width: 676px) {

    .full .full-body-1  
    {
    display: inline-flex;
    width:100%;
    height:auto;
    float:left;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    
    
.full .full-body-1 .f-li-1
    {
    display: inline-flex;
    width: 90%;
    height:auto;
    float:left;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center; 
}

    
}
.full-body-1 .f-li-1:nth-child(1){
    flex:1;
    
}

.full-body-1 .f-li-1:nth-child(2){
    flex:2;
    
}

.full-body-1 .f-li-1:nth-child(3){
    flex:2;
    
}

.full-body-1 .f-li-1:hover{
    flex:2;
    
}