@import url("../guidelines_variables.css");

.header-catalog-eapi-image > img{
    position: relative;
    z-index: -1;
        width: 100vw;
          max-height: 664px;
          min-height: 664px;
      min-height: 573px;
       max-height: 573px;
}

.views-field-field-e-api .field-content{
	height: inherit;
	position: relative;
}

.contextual-region.api.is-promoted.token.clearfix{
	height: inherit;
}
.views-field-field-e-api .field-content .api .token{
	height: inherit;
}
.token-api-right{
	height: inherit;
}

.views-field-field-e-api {
	position: absolute;
	left: 50%;
	top: 30%;
    padding: 40px;
	max-width: 715px;
}

.view-header-e-api-catalog .dx h2 {
	width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
    text-align: left;
    color: #FFFFFF;
}
.view-header-e-api-catalog .dx .author_name_api,
.view-header-e-api-catalog .dx .api_description {
    text-align: left;
    letter-spacing: -0.13px;
    color: #FFFFFF;
    width: auto;
    white-space: nowrap;
    height: 55px;
    line-height: 35px;
}

.view-header-e-api-catalog .dx .vm {
    position: relative;
    width: 175px;
    object-fit: contain;
    border: solid 2px #eeeeee;
    border-radius: unset;
    float: left;
    text-align: center;
    background: transparent;
}
.view-header-e-api-catalog .dx .vm:hover {
    /*background-color: rgba(255,255,255,0.2)!important;*/
    height: 100%;
    color: #ffffff;
    border-color: #ffffff;
}

.api_description .field--label {
    display: none;
}

.api_description .field--item p {
    overflow-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.api_description .field--item {
    float: left;
    margin: 0 auto;
    width: 500px;
    height: 75px;
    margin-bottom:50px;

}
.api_description .field--item p {
    float: left;
    border: 1px solid red;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
}

.vm a {
    font-size: 1.2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
}
.eapi-head-title {
	color: var(--eapi-head-title);
}

.eapi-head-txt {
	color: var(--eapi-head-txt);
}
