.panel-title__large{

	position: relative;

}

.panel-title__large .panel-title-spot{

	position: absolute;

    top: -30%;

    left: 38%;

    z-index: 2;

    font-size: 35px;

    border-radius: 50%;

}

.team-first{

	margin-bottom: 40px;

	text-align: center;

	webkit-transition: 0.3s;

    -moz-transition: 0.3s;

    transition: 0.3s;

    -webkit-animation: fadeInUp 1s 0.1s both;

    -moz-animation: fadeInUp 1s 0.1s both;

    animation: fadeInUp 1s 0.1s both;

}

.media-image{

	width: 100%;

	webkit-transition: 0.3s;

    -moz-transition: 0.3s;

    transition: 0.3s;

    -webkit-animation: fadeInUp 1s 0.1s both;

    -moz-animation: fadeInUp 1s 0.1s both;

    animation: fadeInUp 1s 0.1s both;

}

.media-image img{

	width: 100%;

	height: 100%;

	display: block;

}

