.banner {
    background-image: url("../../img/nominations-home-bg.jpg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 115px;
    padding-bottom: 65px;
    -webkit-box-shadow: 0px 5px 50px #535353;
    box-shadow: 0px 5px 50px #535353;
		background-size: cover;
		    background-position: center;
				position:relative;
				z-index:111;
}
.textbutton{
	    display: inline-block;
			cursor:pointer;
	    padding: 5px 20px;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.36px;
    border: 2px solid #9b9b9b;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
		display:none;
}
.textbutton:hover {
    border: 2px solid #000;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
.banner__h3 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.44px;
}
.banner__h2 {
    margin-bottom: 50px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.26);
    color: #fecf65;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.banner__wrapper {
    position: relative;
    padding: 45px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 29px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 29px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
        background-color: rgba(255, 255, 255, 0.9);
}
.banner__img {
    width: 225px;
    height: 225px;
    position: absolute;
    right: 38px;
    top: -38%;
    border-radius: 50%;
    -webkit-box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.41);
    box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.41);
}
.banner__text_item {
    margin-bottom: 35px;
    color: #3c4754;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.banner__text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
}
.banner__text:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 1560px){
	.banner__img {
    width: 250px;
    height: 250px;
    top: -38%;
	}
}
@media (max-width: 1200px){
	
}
@media (max-width: 970px){
	.banner__h2{
		    font-size: 28px;
				    line-height: 36px;
						width: 520px;
						    margin-bottom: 30px;
	}
	.banner__h3{
		margin-bottom:5px;
	}
	.banner__img {
    width: 250px;
    height: 250px;
		right: 10px;
	}
	.banner{
		    padding-top: 100px;
	}
}
@media (max-width: 770px){
	.hiddentext{
		display:none;
	}
		.banner__h2{
		        font-size: 24px;
				    line-height: 36px;
						width: unset;
						    margin-bottom: 70px;
								    padding: 0px 10px;
	}
	.banner__h3{
		margin-bottom:5px;
		    font-size: 16px;
    line-height: 30px;
		    padding: 0px 10px;
	}
	.banner__img {
   width: 125px;
    height: 125px;
    right: 0px;
        top: -45%;
}
.banner__text_item{
	    font-size: 16px;
			    margin-bottom: 10px;
}
.banner__text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
	.banner {
    padding-top: 35px;
}
.banner__wrapper {
    padding: 10px;
    border-radius: 4px;
    margin-left: 10px;
   width: calc(100% - 20px);
}
.textbutton{
	display:inline-block;
	    padding: 5px 10px;
    font-size: 14px;
}
}
@media (max-width: 450px){
	.banner__img {
    top: -34%;
}
	.banner__h2{
		    width: 100px; 
	}
}