/*
Theme Name: Flatsome Child
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.rotate {
    width: 140px !important;
    height: auto;
    animation: spin 7s linear infinite;
    z-index: 99;
    right: -13vw;
    top: -5vh;
  }

@media screen and (min-width: 850px and max-width: 1000px) {
.rotate {
    width: 140px !important;
    height: auto;
    animation: spin 7s linear infinite;
    z-index: 99;
    right: -13vw;
    top: -5vh;
  }}
@media screen and (min-width: 1000px) {
.rotate {
    width: 140px !important;
    height: auto;
    animation: spin 7s linear infinite;
    z-index: 99;
    right: -10vw;
    top: -13vh;
  }}

@media screen and (max-width: 1040px and min-width: 500px) {
.rotate {
    width: 140px !important;
    height: auto;
    animation: spin 7s linear infinite;
    z-index: 99;
	right: -19vw;
    top: -8vh;
  }}
}