.wpcfto_generic_field.header-header_style {
    flex-wrap: wrap;
    position: relative;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-aside,
.wpcfto_generic_field.header-header_style .wpcfto-field-content {
    width: 100%;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content {
    margin-top: 10px;
    max-height: 480px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #1e2a36 #e4e4e4;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content::-webkit-scrollbar {
    width: 10px;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content::-webkit-scrollbar-track {
    background-color: #e4e4e4;
}

.wpcfto_generic_field.header-header_style .wpcfto-field-content::-webkit-scrollbar-thumb {
    background-color: #1e2a36;
    border-radius: 100px;
}

.wpcfto_generic_field.header-header_style .wpcfto-field-content:after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 38px;
    left: 0;
    height: 70px;
    background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#4d000000',GradientType=0 );
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content .wpcfto_image_select {
    padding-right: 20px;
    flex-wrap: wrap;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content .wpcfto_image_select label {
    margin: 0 0 70px;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content .wpcfto_image_select label .wpcfto-img-wrap {
    border: 0 !important;
    position: relative;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content .wpcfto_image_select label.active .wpcfto-img-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #2985f7;
    border-radius: 5px;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content .wpcfto_image_select input {
    margin-left: 0;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content .wpcfto_image_select label:nth-child(-n+9) {
    margin: 0 0 30px;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content .wpcfto_image_select label:nth-child(-n+9) input {
    margin-left: 8px;
}
.wpcfto_generic_field.header-header_style .wpcfto-field-content .wpcfto_image_select label:nth-child(-n+9) img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}