/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

a {
    color: #000;
}
.background-size{
	    background-size: cover;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
     article.artwork.full-mob-height img {
        height: 100vh !important;
    }
	article.artwork.margin-lft img {
        margin-left: 0px !important;
    }
	
}