@charset "utf-8";
/* CSS Document */


/***********************media*******************************/

 @media only screen and (max-width: 1024px){}
 @media only screen and (min-width: 960px) and (max-width: 1199px) { .vert .simply-scroll-clip{ height:260px!important;}}
 
 @media only screen and (min-width: 768px) and (max-width: 959px) {.vert .simply-scroll-clip{ height:260px!important;}}
 

 @media only screen and (min-width: 768px) and (max-width: 1040px) {}
 
 @media only screen and (min-width: 480px) and (max-width: 767px) { .vert .simply-scroll-clip{ height:260px!important;}}
 
 @media only screen and (min-width: 320px) and (max-width: 480px) { .vert .simply-scroll-clip{ height:500px!important;}}