    .rsp{
        display: flex;
        justify-content: flex-end;
    }
    .plp-top__description{
        flex-direction: row;
        align-items: center;
    }
    .plp-top__description__title{
        text-align: left;
        padding: 0 16px;
        width: 100%;
        display: flex;
    }
    .plp-top__description__body{
        padding: 16px;
    }
    .plp-top {
        height: auto;
        
    }

    .seo_close {
        max-height: 2.6em;
        overflow: hidden;
    }

    .seo_open {
        height: auto;
    }

    .seo_button.show_button {
        display: block !important;
    }

    .seo_selected {
        display: none;
    }

    .seo_button {
        display: none;
        font-size: 1.2rem;
        color: #0082c3;
        text-decoration: underline;
        margin: 8px 0 0;
    }

    #fielder_seo_category {

        font-family: Roboto-condensed;
        display: none;
        justify-content: center;
        align-items: center;
        text-align: left;
    }

    #fielder_seo_category .seo_category__navbar {
        display: flex;
        justify-content: flex-start;
        align-items: left;
        flex-direction: column;
        width: 100%;
    }


    #fielder_seo_category .seo_category__navbar .seo_category__menu {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        margin-top: 24px;
    }

    #fielder_seo_category .seo_category__navbar .seo_category__menu .seo_category__item {
        margin-right: 8px;
        padding: 8px;
        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
        width: auto;
        color: #393939;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        white-space: nowrap;
    }

    #fielder_seo_category .seo_category__navbar .seo_category__menu .seo_category__item:last-child {
        margin-right: 15px;
    }

    #fielder_seo_category .seo_category__navbar .seo_category__menu:last-child:after {
        content: ".";
        color: rgba(255, 255, 255, 0);
        display: inline-block;
        width: 1px;
    }


    #fielder_seo_category .seo_category__navbar .seo_category__menu .seo_category__item:hover {
        border: 1px solid #393939;
    }

    #fielder_seo_category .seo_category__navbar .seo_category__menu::-webkit-scrollbar {
        width: 0 !important;
    }

    .imgDesktop{
        width: 600px;
        height: 130px;
        object-fit: contain;
        object-position: right
    }

   @media only screen 
  	and (min-device-width: 768px) 
 	and (max-device-width: 1024px) 
  	and (-webkit-min-device-pixel-ratio: 1) {
        .plp-top {
            text-align: left;
            padding-left: 0px;
        }
        .plp-top__description__body{
            padding: 8px 0px !important;
        }
        .plp-top__description__title {
            padding-left: 0px;
        }
        .seo_close {
            max-height: 1.3em;
            overflow: hidden;
        }
 	
	.imgDesktop{
           width: 100%;
	  height: auto;
        } 

        .plp-top .plp-top__description__title{
            padding-bottom: 24px;
        } 
 

    }

   @media (min-width:320px) and (max-width: 767px){ 

	.rsp{
		display: none;
	}

       #fielder_seo_category{
		display: flex;
	}	
    }