@charset "UTF-8";
.myfarm_tv.base {
  width: 100%;
  max-width: none;
  background-color: #F6F6F6;
}

.myfarm_tv p.notes {
  text-align: center;
  font-size: 80%;
  color: #747573;
  margin-bottom: 22px;
}

.myfarm_tv .swiper-container {
  margin: 0 auto;
  max-width: 1120px;
}

.myfarm_tv .swiper-wrapper {
  padding: 0 0 45px 0;
}

.myfarm_tv .swiper-slide {
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #efefef;
  padding: 15px;
  box-sizing: border-box;
  height: auto;
}

.myfarm_tv .swiper-slide img {
  width: 100%;
  max-width: 100%;
}

.myfarm_tv .swiper-slide a {
  text-decoration: none;
  color: #666;
}

.myfarm_tv .swiper-slide p {
  font-size: 80%;
  line-height: 1.6;
}

.myfarm_tv .swiper-pagination-bullet-active {
  background-color: #9CC828;
}

.myfarm_tv .swiper-pagination-bullet {
  outline: none;
}

.myfarm_tv .no-swipe .swiper-pagination {
  display: none;
}

@media screen and (min-width: 639px) {
  .myfarm_tv .no-swipe .swiper-slide {
    margin: 0 auto !important;
  }
}

.myfarm_tv .no-swipe .swiper-button-next,
.myfarm_tv .no-swipe .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 640px) {
  .myfarm_tv .no-swipe .swiper-button-next,
  .myfarm_tv .no-swipe .swiper-button-prev {
    display: block;
  }
}

.myfarm_tv .swipe-1 .swiper-button-next,
.myfarm_tv .swipe-1 .swiper-button-prev {
  display: none !important;
}

.myfarm_tv .swiper-button-next,
.myfarm_tv .swiper-button-prev {
  background-color: #9CC828;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  background-size: 26%;
  transform: translateY(-40px);
  outline: none;
  box-shadow: 0px 2px 4px 0px rgba(112, 110, 110, 0.5);
}

.myfarm_tv .swiper-button-next:hover,
.myfarm_tv .swiper-button-prev:hover {
  opacity: 0.8;
}

.myfarm_tv .swiper-button-next {
  right: 0;
}

.myfarm_tv .swiper-button-prev {
  left: 0;
}

.myfarm_tv .youtube_thumbnails {
  margin-bottom: 8px;
}

.remodal_youtube {
  border-radius: 10px;
}

.remodal_youtube .modalCloseTop {
  position: relative;
}

.remodal_youtube .modalCloseTop .modalCloseBgColor {
  height: 50px;
  width: 50px;
  background-color: #9CC828;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  right: -60px;
  z-index: 10;
  cursor: pointer;
}

.remodal_youtube .modalCloseTop .modalCloseBgColor:hover {
  opacity: 0.8;
}


.remodal_youtube .modalCloseTop .modalCloseBgColor::before {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 24px;
  left: 12px;
}

.remodal_youtube .modalCloseTop .modalCloseBgColor::after {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  background-color: #fff;
  transform: rotate(-45deg);
  top: 24px;
  left: 12px;
}

.remodal_youtube .modalContent {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.remodal_youtube .modalContent .modalCloseBottom {
  position: relative;
  top: 30px;
  font-size: 80%;
}

.remodal_youtube .modalContent .modalCloseBottom a {
  cursor: pointer;
}

#youtube_iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 640px) {
  .myfarm_tv .swiper-button-next,
  .myfarm_tv .swiper-button-prev {
    background-size: 20%;
  }
 .remodal_youtube .modalCloseTop .modalCloseBgColor {
   height: 30px;
   width: 30px;
   background-color: #9CC828;
   border-radius: 50%;
   position: absolute;
   top: -30px;
   right: -30px;
   z-index: 10;
   cursor: pointer;
 }

 .remodal_youtube .modalCloseTop .modalCloseBgColor::before {
   position: absolute;
   content: '';
   display: block;
   height: 1px;
   width: 12px;
   background-color: #fff;
   transform: rotate(45deg);
   top: 14px;
   left: 9px;
 }

 .remodal_youtube .modalCloseTop .modalCloseBgColor::after {
   position: absolute;
   content: '';
   display: block;
   height: 1px;
   width: 12px;
   background-color: #fff;
   transform: rotate(-45deg);
   top: 14px;
   left: 9px;
 }
}