/* Large desktops and laptops */
@media (min-width: 1200px) {
	/*Header Slider*/
	.bio-slider .views-field-field-imagen-web{
		height: 400px;
		overflow: hidden;
	}
    .instagram-image{
        height: 255px;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	/*Header Slider*/
	.bio-slider .views-field-field-imagen-web{
		height: 400px;
		overflow: hidden;
	}
    .instagram-image{
        height: 205px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	/*Header Slider*/
	.bio-slider .views-field-field-imagen-web{
		height: 400px;
		overflow: hidden;
	}
    .instagram-image{
        height: 210px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	/*Header Slider*/
	.bio-slider .views-field-field-imagen-web{
		height: 400px;
		overflow: hidden;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}