/* ************ */
/* logo header */
/* *********** */

.logo-header {

}

.logo-header-title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 0 0.5em;
}

/* christmas mode */

.logo-header-link {
	position: relative;
	display: flex;
	align-items: center;
}

.logo-header-new-year {
	position: absolute;
	width: 40px;
	left: 26px;
	top: -18px;
}

input.is-valid + .eddy-password-control,
input.is-invalid + .eddy-password-control {
	right: 2rem !important;
}

/*eddy content news*/
.eddy-content-news img {
	max-width: 100%;
	height: auto;
}

.eddy-content-news .content-iframe-wrapper{
	position: relative;
	display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.eddy-content-news .content-iframe-wrapper iframe  {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/**
 * Forum
 */
.reply-content .fitvids iframe {
	max-width: 100%;
	height: auto;
}
