/* 
Theme Name:      Kantafio
Theme URI:       https://www.kantafio.com/
Description:     Kantafio is a child theme of Blacklight
Author:          Ingenima
Template:        blacklight
Version:         1.0.0
Text Domain:     Kantafio
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# General
  ## Typography
# Cross / Secciones
  ## Hero


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

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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*
  ## Typography
*/

h1 {
  font-size: 40px;
}

/*--------------------------------------------------------------
# Cross / Secciones
--------------------------------------------------------------*/
    .ctg-hero .ctg-video {
      height: inherit !important;
    }

}