#rugby-video { 
	width:960px;
	padding: 0 20px;
}

#rugby-video .banner {
	position: relative;
	width: 960px;
	height: 470px;
	margin: auto;
	background: black;
	color: white;
	overflow: hidden;
}

#rugby-video .banner .code-action {
	display: inline-block;
	position: absolute;
	top:95px;
	right: 60px;
	min-width: 160px;
	max-width: 185px;
	margin: 0px 0 0 0;
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

#rugby-video .banner h1{
	position: absolute;
    left: 72px;
    top: 120px;
    font-size: 48px;
    font-family: 'Roboto Bold', Arial, sans-serif;
    color: #fff;
}

#rugby-video .banner h2{
	position: absolute;
    left: 307px;
    top: 384px;
    font-size: 46px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: lighter;
}

#rugby-video .banner .code-action .title {
	margin: 0;
	padding: 5px;
	font-size: 14px;
	line-height: 110%;
	font-weight: 700;
	color: #ffffff;
	background: #e99b35;
}

#rugby-video .banner .code-action .code {
	margin: 0;
	padding: 7px 10px;
	font-size: 30px;
	line-height: 110%;
	font-weight: 700;
	text-transform: uppercase;
	color: #e99b35;
	background-color: #ffffff;
}

#rugby-video .banner .code-action .ss-title {
	margin: 0;
	padding: 0 5px 5px;
	font-size: 10px;
	color: #000;
	background: #fff;
	text-transform: none;
}

#rugby-video .pictos {
	display: flex;
	justify-content: space-around;
	padding: 40px 0;
	margin: 0 0 10px;
}

#rugby-video .pictos .picto_item {
	width: 290px;
	text-align: center;
}

#rugby-video .pictos .picto_item img {
	height: 48px;
}

#rugby-video .pictos .picto_item p {
	margin: 30px 0 0;
}

#rugby-video .ctas {
	text-align: center;
}

#rugby-video .ctas .btns:first-child{
	margin-right: 7px;
}