/** Shopify CDN: Minification failed

Line 114:0 Unexpected "<"
Line 235:0 Unexpected "<"

**/





.elspet-surround {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
}
	
.content-wrapper {
	display: -webkit-flex;
	display: flex!important;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.elspet-surround .content-inner {
    order: 2;
    font-size: 13px
}

.elspet-surround .content-wrapper .content-inner {
    box-sizing: border-box;
    width: 100%
}

.elspet-surround .content-wrapper .content-inner p {
    margin: 0
}

.elspet-surround .content-wrapper .content-inner ul {
    margin: 0;
    padding: 0;
    list-style: none none
}

.elspet-surround .content-wrapper h4 {
    text-transform: capitalize;
    margin: .33333333em 0
}

.elspet-surround .image-container {
    order: 1
}

.elspet-surround .image-container img {
    display: block;
    margin: 0 auto
}

@media all and (min-width: 768px),print {
	
	.elspet-surround .content-wrapper .content-inner {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		padding: 100px 0;
	}

    .elspet-surround .content-wrapper .content-inner ul {
        max-width: 25%;
        text-align: left
    }

    .elspet-surround .content-wrapper .content-inner ul li {
        margin-bottom: 60px
    }

    .elspet-surround .image-container {
        max-width: 600px;
        margin-left: -10px;
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%)
    }
}
@media only screen and (max-width: 767px) {

    .elspet-surround {
        overflow: hidden
    }

    .elspet-surround .content-wrapper {
        width: 71.875%;
        margin: 0 auto
    }

    .elspet-surround .content-wrapper .content-inner {
        text-align: left;
    }

    .elspet-surround .content-wrapper .content-inner li {
        margin-bottom: 30px
    }
	
	.elspet-surround .image-container img{
		height: auto;
	}
}


<style>
.elspet-video {
  padding: 0 15px;
  width: 100%;
}

.elspet-video .elspet-video-wrap .elspet-video-banner {
  background-color: #000000;
}

.elspet-video .elspet-video-wrap .elspet-video-banner img {
  border-radius: 50%;
}

.elspet-video-inner {
  width: 100%;
  font-size: 0;
  position: relative;
  padding: 40px 20px;
}

.img-play {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
  transform-origin: 0% 0%;
  cursor: pointer;
}

#elspet_video_source {
  width: 100%;
  background: #F7F7F7;
  border-radius: 28px;
  overflow: hidden;
}

#pauseVideo {
  display: none;
}

@media (max-width:767px) {
  #elspet_video_source {
	height: unset !important;
  }

  .img-play {
	width: 40px;
	height: 40px;
  }

  .elspet-video-inner {
	width: 100%;
	font-size: 0;
	position: relative;
	padding: 40px 12px;
  }
}

.elspet-video-wrap{
  position: relative;
  background-color: #F8F9FA;
  border-radius: 30px;
}
.elspet-video-wrap .elspet-video-banner{
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  align-items: center;
  cursor: pointer;
}
.elspet-video-wrap .elspet-video-banner img{
  width: 30px;
  height: 30px;
 
}
.elspet-video-wrap .elspet-video-content{
  width: 100%;
  padding: 0;
  padding-bottom: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
}
.elspet-video-wrap.elsvideo_active .elspet-video-banner .step_minus{
  display: block;
}
.elspet-video-wrap.elsvideo_active .elspet-video-banner .step_add{
  display: none;
}
.elspet-video-wrap .elspet-video-banner .step_minus{
  display: none;
}
.elspet-video-wrap .elspet-video-banner .step_add{
  display: block;
}
.elspet-video-wrap.elsvideo_active .elspet-video-content{
  max-height: 840px;
}
@media (max-width: 768px){
  .elspet-video-wrap{
	width: calc(100% - 20px);
	margin: 65px 10px 0;
  }
  .elspet-video-wrap.elsvideo_active .elspet-video-content{
	max-height: 3600px;
  }
}
</style>
