@media screen and (max-width: 414px) {
	p{
		margin-bottom: 1rem !important;
	}
	.P_left {
		float: left;
		width: auto !important;
		padding-left: 1em;
	}

	.P_left img {
		width: 38px !important;
	}

	.P_right {
		width: 240px;
		color: #FFF;
		position: relative;
		float: right;
		text-align: right !important;
		margin-right: 1em;
	}

	.categories-list__header {
		padding: 1em 0 !important;
	}

	.categories-list__header_content {
		background: #ed1b1f;
		position: relative;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.nominees-page__sub-category-description {
	    text-align: center;
	    padding: 2em !important;
	    align-self: flex-start;
	}
}

h4,h5{
	line-height: 1.5em !important;
}
.categories-list__header_image {
	background-color: transparent;
}

.nominees-page__nominee_text {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

.thumb-subtitle {
	font-style: normal;
	font-size: 0.8rem;
}

.aw_header {
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	background-color: #010101;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-family: auto;

}

.aw_header ul {
	padding: 0;
	margin: 0;
}

.aw_header ul li {
	list-style: none;
	text-align: center;
	color: #FFF;
	line-height: 2.1em;

}

.aw_header ul li a {
	text-decoration: none;
}

.opof {
	object-position: 50% 50%;
	object-fit: cover;
	font-family: & #039;
	object-position: 50% 50%;
	object-fit: cover;
	& #039;
}

.p_list {
	position: absolute;
	top: 70px;
	right: 0;
	background-color: #010101;
	width: 100%;
	font-size: 0.9em;
	padding: 0.5em 0;
	display: none;
}

.p_list ul li:hover {
	background-color: #39870c;
}

.P_left {
	float: left;
	width: 80%;
	padding-left: 1em;
}

.P_left img {
	width: 50px;
}

.P_right {
	width: 240px;
	color: #FFF;
	position: relative;
	float: right;
	text-align: center;
}

.btn_list {
	background-color: #39870c;
	/* margin-right: 3em; */
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-radius: 0.3em;
}

.btn_list:hover {
	background-color: #48ab0e;
}
