/*---------------------------------------------------------------------------------

 Theme Name:   glitch
 Theme URI:    https://glitch.capetown/
 Description:  Divi Child Theme
 Author:       dw
 Author URI:   https://glitch.capetown/
 Template:     Divi
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/*--- MY FLEX ---*/
.flexbot {
 display: flex;
 align-items: flex-end;
 justify-content: center;
}

.myflex {
 display: flex;
 align-items: center;
 justify-content: center;
}

@media only screen and (max-width: 768px) {

.myflex, .flexbot {
 display: inherit !important;
 align-items: unset!important;
 justify-content: unset!important;
padding: 0 15px!important;
}	
}

