.text-container .short-text {
     display: none;
 }
.toggle-btn {
	width: auto;
	float: left;
   margin: 15px 0 15px 0;
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 4px;
  border: none;
  background-color: #007fea;
  padding-left: 15px;
  padding-right: 15px;
 transition: background 0.2s ease;
 cursor: pointer;
   display: none;
 }
 .toggle-btn:active {
     transform: scale(0.96);
 }
 .text-container.show-full .full-text {
      display: block;
 }
.text-container.show-full .short-text {
     display: none;
 }
.bottom-seo-text{margin-bottom: 1px !Important;}
#rotate-banner img { width: 100%; height:100%; object-fit:cover;}
	
@media (max-width: 500px) {
      .text-container .full-text {
          display: none;
       }
     .text-container .short-text {
          display: block;
       }
     .toggle-btn {
          display: block;
      }
 }
