/*Responsive styles of page*/

@media screen and (max-width: 600px){
	.picture-background{
	  background: url(../images/708X1294pxbanner_conferencia_online_19marzo_landing_page.png);
	  transform: translateY(0px);
	  height: 100vh;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position-x: center;
	}

	.picture-background {
	    background-attachment: fixed;
	    border-bottom: 1px solid red
	}

	#main-img .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
}