/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com
	Description: Tema Child Biomedica
	Author: Mattia Not
	Author URI: https://mattianot.com
	Template: hello-elementor
	Version: 1
*/


/*Make Header Sticky*/
.site-header {
    position: fixed !important;
    top: 0;
    width: 100%;
	  z-index: 99
}

/*Adjust Content Padding*/
body {

}

body {
	font-family: Poppins !important
}

.immaginepost {
	max-height: 500px;
	overflow: hidden;
	position: relative;
	height: 500px
}

.immaginepost img {
	position: absolute;
	top: 50%;
	transform: translatey(-50%)
}
