/*
 Theme Name: Vizo
 Theme URI: http://divibay.com/themes/vizo
 Description: A multi purpose onepage magazine Divi child theme from DiviBay.com
 Author: Tamal Anwar
 Author URI: http://divibay.com/tamalanwar
 Template: Divi
 Version: 1.17.1
 License: CC0
 License URI: https://creativecommons.org/publicdomain/zero/1.0/
*/


.round img {
    border-radius: 50%;
    transition: all .2s ease-in-out;
}


.round img:hover {
    transform: scale(1.1);
}

.roundtext {
    transition: all .2s ease-in-out;
    width: 500px;
    height: 500px;
    border-radius: 50%

}

.roundtext:hover {
    transform: scale(1.1);
    
}

#main-content .container:before {
    background-color: transparent;
}

#footer-bottom {
    padding: 30px 0 25px;
}

@media (max-width: 480px) {
    .roundtext {
    width: 100%;
    height: auto;
}
}
