


.left .mandala:nth-child(2){padding-left:15vw; padding-top:15vh;}    
.right .mandala:first-child{padding-top:15vh;}    
.right .mandala:last-child{padding-top:10vh;}

@media only screen and (max-width:767px) and (orientation:portrait){
.left .mandala:nth-child(2){padding-top:15vh;} 
.right .mandala:last-child{padding-top:25vh;}
}



@media only screen and (min-width:768px) and (orientation:portrait){

}



@media only screen and (max-width:1023px) and (orientation:landscape){  
.left .mandala:nth-child(2){padding-top:0vh;} 
    
}



@media only screen and (min-width:1024px) and (orientation:landscape){
.left .mandala:nth-child(2){padding-top:0vh;} 

}



